https://cacontology.projectvic.org/sentencing#citesEvidenceRule
Links an appellate issue to an evidence rule cited or applied in the issue analysis.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-sentencing:AppellateIssue | cacontology-sentencing:citesEvidenceRule | cacontology-sentencing:EvidenceRule |
@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#> .
cacontology-sentencing:citesEvidenceRule a owl:ObjectProperty ;
rdfs:label "cites evidence rule"@en ;
rdfs:comment "Links an appellate issue to an evidence rule cited or applied in the issue analysis."@en ;
rdfs:domain cacontology-sentencing:AppellateIssue ;
rdfs:range cacontology-sentencing:EvidenceRule .