Ontology Version: 2.2.0

cacontology-partnerships-shapes:HasRoleShape leaf node


URI

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

Label

HasRoleShape

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:HasRoleShape a sh:PropertyShape ;
    sh:class cacontology-partnerships:PartnerRole ;
    sh:description "Links partner organization to their role in the partnership" ;
    sh:minCount 1 ;
    sh:name "has role" ;
    sh:path cacontology-partnerships:hasRole .