engagement:alertContext leaf node


URI

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

Label

alertContext

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) engagement:alertContext 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:alertContext a owl:ObjectProperty ;
    rdfs:label "alertContext"@en ;
    rdfs:comment "An alert context describes the association of actions and objects relating to an alert."@en ;
    rdfs:range uco-core:UcoObject .