@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:ParticipatesInDevelopmentShape a sh:PropertyShape ;
sh:class cacontology-partnerships:ToolDevelopment ;
sh:description "Links technology partners to development projects they participate in" ;
sh:minCount 0 ;
sh:name "participates in development" ;
sh:path cacontology-partnerships:participatesInDevelopment .