https://cacontology.projectvic.org/multi-jurisdiction#OrganizationObjectTypeValidationShape
Validates gUFO Object type consistency for law enforcement organizations.
Instances of cacontology-multi:LawEnforcementAgency can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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:OrganizationObjectTypeValidationShape a sh:NodeShape ;
rdfs:label "Organization Object Type Validation Shape"@en ;
rdfs:comment "Validates gUFO Object type consistency for law enforcement organizations."@en ;
sh:property [ sh:hasValue gufo:Object ;
sh:message "Law enforcement agency should extend gUFO Object."@en ;
sh:minCount 0 ;
sh:path rdfs:subClassOf ] ;
sh:targetClass cacontology-multi:LawEnforcementAgency .