Ontology Version: 2.11.0

cacontology-registry:RecidivistSexOffenderShape leaf node


URI

https://cacontology.projectvic.org/sex-offender-registry#RecidivistSexOffenderShape

Label

Recidivist Sex Offender Shape

Description

Validation shape for recidivist sex offenders, ensuring post-registration offending events can be linked for analytics (e.g., Utah Christensen Garfield County CSAM case).

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-registry: <https://cacontology.projectvic.org/sex-offender-registry#> .
@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-registry:RecidivistSexOffenderShape a sh:NodeShape ;
    rdfs:label "Recidivist Sex Offender Shape"@en ;
    rdfs:comment "Validation shape for recidivist sex offenders, ensuring post-registration offending events can be linked for analytics (e.g., Utah Christensen Garfield County CSAM case)."@en ;
    sh:property [ sh:class cacontology:ChildSexualAbuseEvent ;
            sh:message "Post-registration events must be modeled as ChildSexualAbuseEvent (or subclasses) when present."@en ;
            sh:minCount 0 ;
            sh:path cacontology-registry:postRegistrationEvent ] ;
    sh:targetClass cacontology-registry:RecidivistSexOffender .