@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@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 cac-core: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 .