https://cacontology.projectvic.org/sentencing#appliesStandardOfReview
Links an appellate issue to the standard of review applied by the appellate court.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-sentencing:AppellateIssue | cacontology-sentencing:appliesStandardOfReview | cacontology-sentencing:StandardOfReview |
@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:appliesStandardOfReview a owl:ObjectProperty ;
rdfs:label "applies standard of review"@en ;
rdfs:comment "Links an appellate issue to the standard of review applied by the appellate court."@en ;
rdfs:domain cacontology-sentencing:AppellateIssue ;
rdfs:range cacontology-sentencing:StandardOfReview .