Ontology Version: 2.2.0

cacontology-sentencing:FollowsGuidelinesShape leaf node


URI

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

Label

FollowsGuidelinesShape

Implementation

@prefix cacontology-sentencing: <https://cacontology.projectvic.org/sentencing#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sentencing:FollowsGuidelinesShape a sh:PropertyShape ;
    sh:class cacontology-sentencing:SentencingGuidelines ;
    sh:description "Links sentencing to guidelines used" ;
    sh:minCount 0 ;
    sh:name "follows guidelines" ;
    sh:path cacontology-sentencing:followsGuidelines .