https://cacontology.projectvic.org/sentencing#StandardOfReviewShape
Validation shape for standards of review.
Instances of cacontology-sentencing:StandardOfReview can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-sentencing:StandardOfReview | ||||
| cacontology-sentencing:standardOfReviewType | 1 | 1 |
xsd:string
|
|
| 1 | ||||
@prefix cacontology-sentencing: <https://cacontology.projectvic.org/sentencing#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sentencing:StandardOfReviewShape a sh:NodeShape ;
rdfs:label "Standard of Review Shape"@en ;
rdfs:comment "Validation shape for standards of review."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "abuse_of_discretion" "de_novo" "clear_error" "plain_error" "substantial_evidence" "reasonableness" "other" ) ;
sh:maxCount 1 ;
sh:message "Standard of review type must be one of: abuse_of_discretion, de_novo, clear_error, plain_error, substantial_evidence, reasonableness, other."@en ;
sh:minCount 1 ;
sh:path cacontology-sentencing:standardOfReviewType ],
[ sh:message "Standard of review should have an rdfs:label."@en ;
sh:minCount 1 ;
sh:path rdfs:label ] ;
sh:targetClass cacontology-sentencing:StandardOfReview .