https://ontology.adversaryengagement.org/ae/engagement/alertContext
An alert context describes the association of actions and objects relating to an alert.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | engagement:alertContext | uco-core:UcoObject |
@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 .