https://cacontology.projectvic.org/legal-outcomes#statuteCitation
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/).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:CriminalCharge | cacontology-legal-outcomes:statuteCitation | xsd:string |
@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/> .