Ontology Version: 3.0.0

cacontology-legal-outcomes:AppliesEnhancementShape leaf node


URI

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

Label

AppliesEnhancementShape

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