Ontology Version: 2.7.0

cacontology-sentencing:SexualExploitationOfMinorChargeShape leaf node


URI

https://cacontology.projectvic.org/sentencing#SexualExploitationOfMinorChargeShape

Label

Sexual Exploitation of a Minor (GA) Charge Shape

Description

Validation shape for Georgia sexual exploitation of a minor charge instances.

Shape Properties

Instances of cacontology-sentencing:SexualExploitationOfMinorCharge can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-sentencing: <https://cacontology.projectvic.org/sentencing#> .
@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-sentencing:SexualExploitationOfMinorChargeShape a sh:NodeShape ;
    rdfs:label "Sexual Exploitation of a Minor (GA) Charge Shape"@en ;
    rdfs:comment "Validation shape for Georgia sexual exploitation of a minor charge instances."@en ;
    sh:property [ sh:message "Charge instance should have an rdfs:label."@en ;
            sh:minCount 1 ;
            sh:path rdfs:label ] ;
    sh:targetClass cacontology-sentencing:SexualExploitationOfMinorCharge .