identity:Team leaf node


URI

https://ontology.adversaryengagement.org/ae/identity/Team

Label

Team

Description

The conventional reference to group of identities that are associated with some unified identity with a team objective

Superclasses (1)

Shapes (1)

Usage

Instances of identity:Team can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Property Shapes

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
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

identity:Team
objective:hasObjective owl:ObjectProperty
objective:Objective
objective:Objective

Implementation

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