Ontology Version: 2.2.0

cacontology-multi:SharesInformationShape leaf node


URI

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

Label

SharesInformationShape

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:SharesInformationShape a sh:PropertyShape ;
    sh:class cacontology-multi:InformationSharing ;
    sh:description "Links operation to information sharing activities" ;
    sh:minCount 0 ;
    sh:name "shares information" ;
    sh:path cacontology-multi:sharesInformation .