Ontology Version: 2.3.0

cacontology-sentencing:DirectPromotionOfSexualPerformanceShape leaf node


URI

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

Label

Direct Promotion of Sexual Performance Shape

Description

Validation shape for F.S. 827.071(4) promoting sexual performance by a child charges. - Validation shape for Florida direct promotion charges.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-sentencing:DirectPromotionOfSexualPerformance
cacontology-sentencing:promotionType 1 1 xsd:string
0 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:DirectPromotionOfSexualPerformanceShape a sh:NodeShape ;
    rdfs:label "Direct Promotion of Sexual Performance Shape"@en ;
    rdfs:comment "Validation shape for F.S. 827.071(4) promoting sexual performance by a child charges."@en,
        "Validation shape for Florida direct promotion charges."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "direct_promotion" "directing" "producing" "facilitating" ) ;
            sh:maxCount 1 ;
            sh:message "Must specify type of promotion from the allowed list."@en ;
            sh:minCount 1 ;
            sh:path cacontology-sentencing:promotionType ],
        [ sh:datatype rdf:langString ;
            sh:maxCount 1 ;
            sh:message "Direct promotion 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 sexual performance promotion occurred."@en ;
            sh:minCount 0 ;
            sh:path cacontology-sentencing:sexualPerformancePromotion ] ;
    sh:targetClass cacontology-sentencing:DirectPromotionOfSexualPerformance .