Ontology Version: 2.2.0

cacontology-multi:MultiJurisdictionalEventTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/multi-jurisdiction#MultiJurisdictionalEventTypeValidationShape

Label

Multi-Jurisdictional Event Type Validation Shape

Description

Validates gUFO Event type consistency for multi-jurisdictional investigations.

Shape Properties

Instances of cacontology-multi:MultiJurisdictionalInvestigation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-multi:MultiJurisdictionalEventTypeValidationShape a sh:NodeShape ;
    rdfs:label "Multi-Jurisdictional Event Type Validation Shape"@en ;
    rdfs:comment "Validates gUFO Event type consistency for multi-jurisdictional investigations."@en ;
    sh:property [ sh:hasValue gufo:Event ;
            sh:message "Multi-jurisdictional investigation must be typed as gUFO Event."@en ;
            sh:minCount 1 ;
            sh:path rdf:type ],
        [ sh:hasValue gufo:Event ;
            sh:message "Multi-jurisdictional investigation class should extend gUFO Event."@en ;
            sh:minCount 0 ;
            sh:path rdfs:subClassOf ] ;
    sh:targetClass cacontology-multi:MultiJurisdictionalInvestigation .