Ontology Version: 2.2.0

cacontology-sentencing:AppliesEnhancementShape leaf node


URI

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

Label

AppliesEnhancementShape

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:AppliesEnhancementShape a sh:PropertyShape ;
    sh:class cacontology-sentencing:EnhancementFactor ;
    sh:description "Links guidelines to enhancement factors" ;
    sh:minCount 0 ;
    sh:name "applies enhancement" ;
    sh:path cacontology-sentencing:appliesEnhancement .