https://ontology.unifiedcyberontology.org/uco/action/actionCount
             The number of times that the action was performed.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | action:actionCount | xsd:nonNegativeInteger | 
@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:actionCount a owl:DatatypeProperty ;
    rdfs:label "actionCount"@en ;
    rdfs:comment "The number of times that the action was performed."@en ;
    rdfs:range xsd:nonNegativeInteger .