https://cacontology.projectvic.org/sentencing#FollowsGuidelinesShape
@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 .