Ontology Version: 2.2.0

cacontology-taskforce:HoldsCertificationShape leaf node


URI

https://cacontology.projectvic.org/taskforce#HoldsCertificationShape

Label

HoldsCertificationShape

Implementation

@prefix cacontology-taskforce: <https://cacontology.projectvic.org/taskforce#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-taskforce:HoldsCertificationShape a sh:PropertyShape ;
    sh:class cacontology-taskforce:Certification ;
    sh:description "Links member to certifications held" ;
    sh:minCount 0 ;
    sh:name "holds certification" ;
    sh:path cacontology-taskforce:holdsCertification .