action:units leaf node


URI

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

Label

units

Description

The units of measure utilized for the frequency rate count for the occurence of an action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:units xsd:string

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:units a owl:DatatypeProperty ;
    rdfs:label "units"@en ;
    rdfs:comment "The units of measure utilized for the frequency rate count for the occurence of an action."@en ;
    rdfs:range xsd:string .