https://cacontology.projectvic.org/multi-jurisdiction#UsesCommunicationProtocolShape
@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-multi:UsesCommunicationProtocolShape a sh:PropertyShape ;
sh:class cacontology-multi:CommunicationProtocol ;
sh:description "Links operation to communication protocols" ;
sh:minCount 1 ;
sh:name "uses communication protocol" ;
sh:path cacontology-multi:usesCommunicationProtocol .