Ontology Version: 2.2.0

cacontology-tactical:ExecutedByTeamShape leaf node


URI

https://cacontology.projectvic.org/tactical#ExecutedByTeamShape

Label

ExecutedByTeamShape

Implementation

@prefix cacontology-tactical: <https://cacontology.projectvic.org/tactical#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-tactical:ExecutedByTeamShape a sh:PropertyShape ;
    sh:class cacontology-tactical:TacticalTeam ;
    sh:description "Links operation to executing team" ;
    sh:minCount 1 ;
    sh:name "executed by team" ;
    sh:path cacontology-tactical:executedByTeam .