Ontology Version: 2.2.0

cacontology-multi:UsesCommunicationProtocolShape leaf node


URI

https://cacontology.projectvic.org/multi-jurisdiction#UsesCommunicationProtocolShape

Label

UsesCommunicationProtocolShape

Implementation

@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 .