@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-grooming:GroomingProcessCompositionShape a sh:NodeShape ;
sh:property [ sh:class gufo:Event ;
sh:message "Grooming process must have at least one grooming behavior (gUFO part-whole)"@en ;
sh:minCount 1 ;
sh:path cacontology-grooming:hasGroomingBehavior ] ;
sh:targetClass cacontology-grooming:GroomingProcess .