https://cacontology.projectvic.org/legal-outcomes#TravelingToMeetAfterComputerLureShape
Validation shape for Florida traveling to meet charges.
Instances of cacontology-legal-outcomes:TravelingToMeetAfterComputerLure can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-legal-outcomes:TravelingToMeetAfterComputerLure | ||||
| cacontology-legal-outcomes:electronicCommunicationUsed | 0 | 1 |
xsd:boolean
|
|
| cacontology-legal-outcomes:travelOccurred | 0 | 1 |
xsd:boolean
|
|
| 0 | 1 |
rdf:langString
|
||
| cacontology-legal-outcomes:FloridaStateCharge | ||||
| cacontology-legal-outcomes:chargeClassification | 0 | 1 |
xsd:string
|
|
| cacontology-legal-outcomes:floridaStatute | 0 | 1 |
xsd:string
|
|
| 0 | 1 |
rdf:langString
|
||
@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:TravelingToMeetAfterComputerLureShape a sh:NodeShape ;
rdfs:label "Traveling to Meet After Computer Lure Shape"@en ;
rdfs:comment "Validation shape for Florida traveling to meet charges."@en ;
sh:property [ sh:datatype rdf:langString ;
sh:maxCount 1 ;
sh:message "Traveling 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 travel to the location occurred."@en ;
sh:minCount 0 ;
sh:path cacontology-legal-outcomes:travelOccurred ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "May specify if electronic communication was used."@en ;
sh:minCount 0 ;
sh:path cacontology-legal-outcomes:electronicCommunicationUsed ] ;
sh:targetClass cacontology-legal-outcomes:TravelingToMeetAfterComputerLure .