https://cacontology.projectvic.org/multi-jurisdiction#MultiJurisdictionalEventTypeValidationShape
Validates gUFO Event type consistency for multi-jurisdictional investigations.
Instances of cacontology-multi:MultiJurisdictionalInvestigation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
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:targetClass cacontology-multi:MultiJurisdictionalInvestigation .