https://ontology.adversaryengagement.org/ae/engagement/eventAttribute
An event attribute specifies an ad-hoc attribute/value for an event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | engagement:eventAttribute | uco-types:Dictionary |
@prefix engagement: <https://ontology.adversaryengagement.org/ae/engagement/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
engagement:eventAttribute a owl:ObjectProperty ;
rdfs:label "eventAttribute"@en ;
rdfs:comment "An event attribute specifies an ad-hoc attribute/value for an event."@en ;
rdfs:range uco-types:Dictionary .