https://cacontology.projectvic.org/legal-harmonization/shapes#LegalFrameworkGapShape
Enhanced shape for legal framework gaps with gap severity assessment. - Gap severity must be specified. - Gap must have detailed description. - Gap must require specific legal reform.
Instances of cacontology-legal:LegalFrameworkGap can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-legal:LegalFrameworkGap | ||||
| cacontology-legal:hasGapSeverity | 1 |
xsd:string
|
||
| cacontology-legal:policyGapSeverity | 1 | 1 |
xsd:string
|
|
| cacontology-legal:requiresReform | 1 |
cacontology-legal:LegalReform
|
||
| 1 | ||||
| 1 |
xsd:string
|
|||
@prefix cacontology-legal: <https://cacontology.projectvic.org/legal-harmonization#> .
@prefix cacontology-legal-shapes: <https://cacontology.projectvic.org/legal-harmonization/shapes#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-shapes:LegalFrameworkGapShape a sh:NodeShape ;
rdfs:label "Legal Framework Gap Shape"@en ;
rdfs:comment "Enhanced shape for legal framework gaps with gap severity assessment."@en ;
sh:property [ sh:hasValue gufo:Kind ;
sh:message "Must be classified as gUFO Kind"@en ;
sh:minCount 1 ;
sh:path rdf:type ;
sh:severity sh:Violation ],
[ sh:datatype xsd:string ;
sh:in ( "minor" "moderate" "major" "critical" "systemic" ) ;
sh:maxCount 1 ;
sh:message "Gap severity should be assessed"@en ;
sh:path cacontology-legal:hasGapSeverity ;
sh:severity sh:Warning ],
[ rdfs:comment "Gap severity must be specified."@en ;
sh:datatype xsd:string ;
sh:in ( "minor" "moderate" "major" "critical" ) ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path cacontology-legal:policyGapSeverity ],
[ rdfs:comment "Gap must have detailed description."@en ;
sh:datatype xsd:string ;
sh:maxLength 1000 ;
sh:minCount 1 ;
sh:minLength 20 ;
sh:path uco-core:description ],
[ rdfs:comment "Gap must require specific legal reform."@en ;
sh:class cacontology-legal:LegalReform ;
sh:minCount 1 ;
sh:path cacontology-legal:requiresReform ] ;
sh:targetClass cacontology-legal:LegalFrameworkGap .