https://cacontology.projectvic.org/sentencing#ContributingToDelinquencyShape
Validation shape for Florida contributing to delinquency charges. - Validation shape for F.S. 827.04 contributing to delinquency charges.
Instances of cacontology-sentencing:ContributingToDelinquency can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-sentencing:ContributingToDelinquency | ||||
| 0 | 1 |
xsd:boolean
|
||
| cacontology-sentencing:contributionType | 1 | 1 |
xsd:string
|
|
| 0 | 1 |
rdf:langString
|
||
| cacontology-sentencing:FloridaStateCharge | ||||
| cacontology-sentencing:chargeClassification | 0, 1 | 1 |
xsd:string
|
|
| cacontology-sentencing:floridaStatute | 0, 1 | 1 |
xsd:string
|
|
| 0 | 1 |
rdf:langString
|
||
@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:ContributingToDelinquencyShape a sh:NodeShape ;
rdfs:label "Contributing to Delinquency Shape"@en ;
rdfs:comment "Validation shape for F.S. 827.04 contributing to delinquency charges."@en,
"Validation shape for Florida contributing to delinquency charges."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "delinquency" "dependency" "both" ) ;
sh:maxCount 1 ;
sh:message "Must specify whether contribution was to delinquency, dependency, or both."@en ;
sh:minCount 1 ;
sh:path cacontology-sentencing:contributionType ],
[ sh:datatype rdf:langString ;
sh:maxCount 1 ;
sh:message "Contributing charge should have a label."@en ;
sh:minCount 0 ;
sh:path rdfs:label ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "May specify if contribution to child delinquency occurred."@en ;
sh:minCount 0 ;
sh:path cacontology-sentencing:childDelinquencyContribution ] ;
sh:targetClass cacontology-sentencing:ContributingToDelinquency .