Ontology Version: 2.2.0

cacontology-coord:SharesInformationShape leaf node


URI

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

Label

SharesInformationShape

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