Ontology Version: 2.11.0

cacontology-sentencing:appliesStandardOfReview leaf node


URI

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

Label

applies standard of review

Description

Links an appellate issue to the standard of review applied by the appellate court.

Usage

DOMAINPROPERTYRANGE
cacontology-sentencing:AppellateIssue cacontology-sentencing:appliesStandardOfReview cacontology-sentencing:StandardOfReview

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