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)

Target Classes (1)

Shape Properties

Instances of identity:Team can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

identity:Team
objective:hasObjective 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 .