action:rate leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/rate

Label

rate

Description

The frequency rate for the occurence of an action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:rate xsd:decimal

Implementation

@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

action:rate a owl:DatatypeProperty ;
    rdfs:label "rate"@en ;
    rdfs:comment "The frequency rate for the occurence of an action."@en ;
    rdfs:range xsd:decimal .