Ontology Version: 2.3.0

cacontology-sentencing:TravelingToMeetAfterComputerLureShape leaf node


URI

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

Label

Traveling To Meet After Computer Lure Shape

Description

Validation shape for F.S. 847.0135(4) traveling to meet a minor after computer lure charges. - Validation shape for Florida traveling to meet charges.

Shape Properties

Instances of cacontology-sentencing:TravelingToMeetAfterComputerLure can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-sentencing:TravelingToMeetAfterComputerLure
cacontology-sentencing:electronicCommunicationUsed 0, 1 1 xsd:boolean
cacontology-sentencing:travelOccurred 0, 1 1 xsd:boolean
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

Implementation

@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:TravelingToMeetAfterComputerLureShape a sh:NodeShape ;
    rdfs:label "Traveling To Meet After Computer Lure Shape"@en,
        "Traveling to Meet After Computer Lure Shape"@en ;
    rdfs:comment "Validation shape for F.S. 847.0135(4) traveling to meet a minor after computer lure charges."@en,
        "Validation shape for Florida traveling to meet charges."@en ;
    sh:property [ sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:message "Must specify whether actual travel occurred."@en ;
            sh:minCount 1 ;
            sh:path cacontology-sentencing:travelOccurred ],
        [ sh:datatype xsd:boolean ;
            sh:hasValue true ;
            sh:maxCount 1 ;
            sh:message "Electronic communication must have been used for this charge."@en ;
            sh:minCount 1 ;
            sh:path cacontology-sentencing:electronicCommunicationUsed ],
        [ 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-sentencing:travelOccurred ],
        [ sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:message "May specify if electronic communication was used."@en ;
            sh:minCount 0 ;
            sh:path cacontology-sentencing:electronicCommunicationUsed ] ;
    sh:targetClass cacontology-sentencing:TravelingToMeetAfterComputerLure .