Ontology Version: 3.0.0

cacontology-legal-outcomes:IncludesRestitutionShape leaf node


URI

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

Label

IncludesRestitutionShape

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-outcomes:IncludesRestitutionShape a sh:PropertyShape ;
    sh:class cacontology-legal-outcomes:RestitutionOrder ;
    sh:description "Links sentencing to restitution order" ;
    sh:minCount 0 ;
    sh:name "includes restitution" ;
    sh:path cacontology-legal-outcomes:includesRestitution .