Ontology Version: 2.11.0

cacontology-sentencing:citesEvidenceRule leaf node


URI

https://cacontology.projectvic.org/sentencing#citesEvidenceRule

Label

cites evidence rule

Description

Links an appellate issue to an evidence rule cited or applied in the issue analysis.

Usage

DOMAINPROPERTYRANGE
cacontology-sentencing:AppellateIssue cacontology-sentencing:citesEvidenceRule cacontology-sentencing:EvidenceRule

Implementation

@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 .