Ontology Version: 2.2.0

cacontology-coord:SharesResourcesShape leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#SharesResourcesShape

Label

SharesResourcesShape

Implementation

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