https://cacontology.projectvic.org/investigation-coordination#UsesProtocolShape
@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:UsesProtocolShape a sh:PropertyShape ;
sh:class cacontology-coord:CommunicationProtocol ;
sh:description "Links coordination to communication protocols" ;
sh:minCount 1 ;
sh:name "uses protocol" ;
sh:path cacontology-coord:usesProtocol .