engagement:eventContext leaf node


URI

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

Label

eventContext

Description

An event context describes the association of actions and objects relating to an event.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) engagement:eventContext uco-core:UcoObject

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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

engagement:eventContext a owl:ObjectProperty ;
    rdfs:label "eventContext"@en ;
    rdfs:comment "An event context describes the association of actions and objects relating to an event."@en ;
    rdfs:range uco-core:UcoObject .