Ontology Version: 2.2.0

cacontology-taskforce:ConductsOperationShape leaf node


URI

https://cacontology.projectvic.org/taskforce#ConductsOperationShape

Label

ConductsOperationShape

Implementation

@prefix cacontology-taskforce: <https://cacontology.projectvic.org/taskforce#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-taskforce:ConductsOperationShape a sh:PropertyShape ;
    sh:class cacontology-taskforce:TaskForceOperation ;
    sh:description "Links task force to operations conducted" ;
    sh:minCount 0 ;
    sh:name "conducts operation" ;
    sh:path cacontology-taskforce:conductsOperation .