Ontology Version: 3.0.0

cacontology-multi:OrganizationObjectTypeValidationShape leaf node


URI

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

Label

Organization Object Type Validation Shape

Description

Validates gUFO Object type consistency for law enforcement organizations.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@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: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:targetClass cacontology-multi:LawEnforcementAgency .