https://cacontology.projectvic.org/international#InternationalTaskForceCompositionShape
Instances of cacontology-international:InternationalTaskForce can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:InternationalTaskForceCompositionShape a sh:NodeShape ;
sh:property [ sh:message "Task force must have component organizations or units (gUFO part-whole)"@en ;
sh:minCount 1 ;
sh:path [ sh:inversePath gufo:isProperPartOf ] ] ;
sh:targetClass cacontology-international:InternationalTaskForce .