action:rate leaf node


URI

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

Label

rate

Description

The frequency rate for the occurence of an action.

Usage

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

Implementation

@prefix action: <https://unifiedcyberontology.org/ontology/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:float .