Ontology Version: 3.0.0

cacontology-legal-shapes:LegalSituationTypeValidationShape leaf node


URI

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

Label

Legal Situation Type Validation Shape

Description

Validates that legal situations are properly classified as gUFO Situations and SituationTypes.

Shape Properties

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

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#> .
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 .