Ontology Version: 3.1.0

cacontology-legal-outcomes:statuteCitation leaf node


URI

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

Label

statute citation

Description

The statutory citation for a criminal charge, e.g. '18 U.S.C. §§ 2251(a), (e)'. United States Code citations follow the conventions of the Office of the Law Revision Counsel (https://uscode.house.gov/).

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:CriminalCharge cacontology-legal-outcomes:statuteCitation xsd:string

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:statuteCitation a owl:DatatypeProperty ;
    rdfs:label "statute citation"@en ;
    dcterms:source "Office of the Law Revision Counsel, United States Code."@en ;
    rdfs:comment "The statutory citation for a criminal charge, e.g. '18 U.S.C. §§ 2251(a), (e)'. United States Code citations follow the conventions of the Office of the Law Revision Counsel (https://uscode.house.gov/)."@en ;
    rdfs:domain cacontology-legal-outcomes:CriminalCharge ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://uscode.house.gov/> .