https://ontology.unifiedcyberontology.org/uco/action/ActionFrequencyFacet
An action frequency facet is a grouping of characteristics unique to the frequency of occurrence for an action.
Instances of action:ActionFrequencyFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
action:ActionFrequencyFacet | ||||
action:rate | 1 | 1 |
xsd:decimal
|
|
action:scale | 1 | 1 |
xsd:string
|
|
action:trend | 1 | 1 |
xsd:string
|
|
action:units | 1 | 1 |
xsd:string
|
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
action:ActionFrequencyFacet a owl:Class,
sh:NodeShape ;
rdfs:label "ActionFrequencyFacet"@en ;
rdfs:comment "An action frequency facet is a grouping of characteristics unique to the frequency of occurrence for an action."@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path action:rate ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path action:scale ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path action:units ],
[ sh:datatype xsd:string ;
sh:message "As of UCO 1.4.0, the datatype to use for action:trend should be xsd:string. Not using xsd:string will be an error in UCO 2.0.0." ;
sh:path action:trend ;
sh:severity sh:Warning ],
[ sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path action:trend ],
action:ActionFrequencyFacet-trend-in-shape ;
sh:targetClass action:ActionFrequencyFacet .