Ontology Version: 3.1.0

cacontology-legal-outcomes:governingStatute leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#governingStatute

Label

governing statute

Description

Statutory citation governing a condition or penalty (e.g., '34 U.S.C. § 20901 et seq.').

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-legal-outcomes:governingStatute xsd:string

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:governingStatute a owl:DatatypeProperty ;
    rdfs:label "governing statute"@en ;
    rdfs:comment "Statutory citation governing a condition or penalty (e.g., '34 U.S.C. § 20901 et seq.')."@en ;
    rdfs:range xsd:string .