https://cacontology.projectvic.org/investigation-coordination#SharesResourcesShape
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:SharesResourcesShape a sh:PropertyShape ;
sh:class cacontology-coord:ResourceSharing ;
sh:description "Links coordination to resource sharing" ;
sh:minCount 0 ;
sh:name "shares resources" ;
sh:path cacontology-coord:sharesResources .