Ontology Version: 2.2.0

cacontology-taskforce:HasMemberShape leaf node


URI

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

Label

HasMemberShape

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:HasMemberShape a sh:PropertyShape ;
    sh:class cacontology-taskforce:TaskForceMember ;
    sh:description "Links task force to its members" ;
    sh:minCount 1 ;
    sh:name "has member" ;
    sh:path cacontology-taskforce:hasMember .