https://cacontology.projectvic.org/sentencing#ruleCitation
Citation string for an evidence rule (e.g., 'Fed. R. Evid. 403').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-sentencing:EvidenceRule | cacontology-sentencing:ruleCitation | xsd:string |
@prefix cacontology-sentencing: <https://cacontology.projectvic.org/sentencing#> .
@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-sentencing:ruleCitation a owl:DatatypeProperty ;
rdfs:label "rule citation"@en ;
rdfs:comment "Citation string for an evidence rule (e.g., 'Fed. R. Evid. 403')."@en ;
rdfs:domain cacontology-sentencing:EvidenceRule ;
rdfs:range xsd:string .