https://cacontology.projectvic.org/legal-harmonization/shapes#LegalSituationTypeValidationShape
Validates that legal situations are properly classified as gUFO Situations and SituationTypes.
Instances of cacontology-legal:LegalSystemCompatibility can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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 .