https://cacontology.projectvic.org/taskforce#AllocatesResourcesShape
@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:AllocatesResourcesShape a sh:PropertyShape ;
sh:class cacontology-taskforce:ResourceAllocation ;
sh:description "Links task force to resource allocations" ;
sh:minCount 1 ;
sh:name "allocates resources" ;
sh:path cacontology-taskforce:allocatesResources .