https://cacontology.projectvic.org/taskforce#HasMemberShape
@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 .