Ontology Version: 2.11.0

cacontology-sentencing:standardOfReviewType leaf node


URI

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

Label

standard of review type

Description

Categorical standard-of-review identifier (e.g., de_novo, abuse_of_discretion, plain_error).

Usage

DOMAINPROPERTYRANGE
cacontology-sentencing:StandardOfReview cacontology-sentencing:standardOfReviewType xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sentencing:standardOfReviewType a owl:DatatypeProperty ;
    rdfs:label "standard of review type"@en ;
    rdfs:comment "Categorical standard-of-review identifier (e.g., de_novo, abuse_of_discretion, plain_error)."@en ;
    rdfs:domain cacontology-sentencing:StandardOfReview ;
    rdfs:range xsd:string .