https://cacontology.projectvic.org/sentencing#standardOfReviewType
Categorical standard-of-review identifier (e.g., de_novo, abuse_of_discretion, plain_error).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-sentencing:StandardOfReview | cacontology-sentencing:standardOfReviewType | xsd:string |
@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 .