https://ontology.unifiedcyberontology.org/uco/core/eventAttribute
An event attribute specifies an ad-hoc attribute/value for an event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:eventAttribute | types:Dictionary |
@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 types: <https://ontology.unifiedcyberontology.org/uco/types/> .
core:eventAttribute a owl:ObjectProperty ;
rdfs:label "Event Attribute"@en ;
rdfs:comment "An event attribute specifies an ad-hoc attribute/value for an event."@en ;
rdfs:range types:Dictionary .