Ontology Version: 2.2.0

cacontology-partnerships-shapes:CoordinatedThroughShape leaf node


URI

https://cacontology.projectvic.org/partnerships/shapes#CoordinatedThroughShape

Label

CoordinatedThroughShape

Implementation

@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/shapes#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-partnerships-shapes:CoordinatedThroughShape a sh:PropertyShape ;
    sh:class cacontology-partnerships:CoordinationMechanism ;
    sh:description "Links partnership activities to coordination mechanisms used" ;
    sh:minCount 1 ;
    sh:name "coordinated through" ;
    sh:path cacontology-partnerships:coordinatedThrough .