https://cacontology.projectvic.org#jurisdiction
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.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology:jurisdiction | xsd:string |
@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 .