Ontology Version: 2.11.0

cacontology-legal-shapes:JurisdictionWithGapsShape leaf node


URI

https://cacontology.projectvic.org/legal-harmonization/shapes#JurisdictionWithGapsShape

Label

Jurisdiction With Gaps Shape

Description

Validates jurisdictions that have identified legal gaps.

Implementation

@prefix cacontology-legal: <https://cacontology.projectvic.org/legal-harmonization#> .
@prefix cacontology-legal-shapes: <https://cacontology.projectvic.org/legal-harmonization/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-shapes:JurisdictionWithGapsShape a sh:NodeShape ;
    rdfs:label "Jurisdiction With Gaps Shape"@en ;
    rdfs:comment "Validates jurisdictions that have identified legal gaps."@en ;
    sh:property [ sh:class cacontology-legal:LegalFrameworkGap ;
            sh:message "Jurisdiction should reference valid legal framework gaps"@en ;
            sh:minCount 1 ;
            sh:path cacontology-legal:hasLegalGap ;
            sh:severity sh:Info ] ;
    sh:targetSubjectsOf cacontology-legal:hasLegalGap .