Ontology Version: 3.0.0

cacontology-legal-outcomes:GeorgiaStateChargeShape leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#GeorgiaStateChargeShape

Label

Georgia State Charge Shape

Description

Validation shape for Georgia state charge instances in CAC cases.

Shape Properties

Instances of cacontology-legal-outcomes:GeorgiaStateCharge can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:GeorgiaStateChargeShape a sh:NodeShape ;
    rdfs:label "Georgia State Charge Shape"@en ;
    rdfs:comment "Validation shape for Georgia state charge instances in CAC cases."@en ;
    sh:property [ sh:message "Georgia state charge should have an rdfs:label."@en ;
            sh:minCount 1 ;
            sh:path rdfs:label ] ;
    sh:targetClass cacontology-legal-outcomes:GeorgiaStateCharge .