@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-gufo:OffenderRoleShape a sh:NodeShape ;
rdfs:label "Offender Role Shape"@en ;
sh:property [ sh:message "Offender role must have begin point (when offense started)"@en ;
sh:minCount 1 ;
sh:path cacontology-gufo:hasRoleBeginPoint ] ;
sh:targetClass cacontology-gufo:OffenderRole .