engagement:eventAttribute leaf node


URI

https://ontology.adversaryengagement.org/ae/engagement/eventAttribute

Label

eventAttribute

Description

An event attribute specifies an ad-hoc attribute/value for an event.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) engagement:eventAttribute uco-types:Dictionary

Implementation

@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 .