https://ontology.unifiedcyberontology.org/uco/identity/Organization
Instances of uco-identity:Organization can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
engagement:alertContext | owl:ObjectProperty | An alert context describes the association of actions and objects relating to an alert. | uco-core:UcoObject |
@prefix objective: <https://ontology.adversaryengagement.org/ae/objective/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
objective:Objective a owl:Class,
sh:NodeShape ;
rdfs:label "Objective"@en ;
rdfs:comment "An objective is some particular condition or state that is desired to be achieved and toward which effort is directed: an aim, goal, or end of action."@en ;
rdfs:subClassOf uco-core:UcoObject ;
sh:targetClass objective:Objective .