https://cacontology.projectvic.org/legal-harmonization/shapes#LegalSituationTypeValidationShape
Validates that legal situations are properly classified as gUFO Situations and SituationTypes.
Instances of cacontology-legal:LegalCompliance can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-legal:LegalCompliance | ||||
| cacontology-legal:hasComplianceLevel | 1 |
xsd:double
|
||
| cacontology-legal:legalAlignmentLevel | 1 | 1 |
xsd:string
|
|
| cacontology-legal:measuredBy | 1 |
cacontology-legal:ComplianceMetrics
|
||
@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#> .
cacontology-legal-shapes:LegalSituationTypeValidationShape a sh:NodeShape ;
rdfs:label "Legal Situation Type Validation Shape"@en ;
rdfs:comment "Validates that legal situations are properly classified as gUFO Situations and SituationTypes."@en ;
sh:targetClass cacontology-legal:LegalCompliance,
cacontology-legal:LegalSystemCompatibility .