Ontology Version: 2.2.0

cacontology-multi:SharesResourcesShape leaf node


URI

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

Label

SharesResourcesShape

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:SharesResourcesShape a sh:PropertyShape ;
    sh:class cacontology-multi:ResourceSharing ;
    sh:description "Links operation to resource sharing arrangements" ;
    sh:minCount 0 ;
    sh:name "shares resources" ;
    sh:path cacontology-multi:sharesResources .