https://ontology.adversaryengagement.org/ae/identity/Team
The conventional reference to group of identities that are associated with some unified identity with a team objective
Instances of identity:Team 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 |
By the associated SHACL property shapes, instances of identity:Team can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
---|---|---|---|---|---|---|---|
identity:Team | |||||||
objective:hasObjective | owl:ObjectProperty |
|
objective:Objective
|
objective:Objective
|
@prefix identity: <https://ontology.adversaryengagement.org/ae/identity/> .
@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-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
identity:Team a owl:Class,
sh:NodeShape ;
rdfs:label "Team"@en ;
rdfs:comment "The conventional reference to group of identities that are associated with some unified identity with a team objective"@en ;
rdfs:subClassOf uco-identity:Organization ;
sh:property [ sh:class objective:Objective ;
sh:nodeKind sh:IRI ;
sh:path objective:hasObjective ] ;
sh:targetClass identity:Team .