Ontology Version: 3.1.0

cacontology:jurisdiction leaf node


URI

https://cacontology.projectvic.org#jurisdiction

Label

jurisdiction

Description

Legal authority scope of an investigation, proceeding, agency, or action (e.g., 'federal', 'E.D. Wis.', 'Victoria, Australia'). Declared once at core level to consolidate the per-module string variants; for structured jurisdictional entities use cacontology-multi:Jurisdiction and its subclasses.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology:jurisdiction xsd:string

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:jurisdiction a owl:DatatypeProperty ;
    rdfs:label "jurisdiction"@en ;
    rdfs:comment "Legal authority scope of an investigation, proceeding, agency, or action (e.g., 'federal', 'E.D. Wis.', 'Victoria, Australia'). Declared once at core level to consolidate the per-module string variants; for structured jurisdictional entities use cacontology-multi:Jurisdiction and its subclasses."@en ;
    rdfs:range xsd:string .