core:eventContext leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/eventContext

Label

Event Context

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:eventContext core:UcoObject

Implementation

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

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