Ontology Version: 2.2.0

cacontology-street:DirectTraffickingPropositionShape leaf node


URI

https://cacontology.projectvic.org/street#DirectTraffickingPropositionShape

Label

Direct Trafficking Proposition Shape

Description

Validation shape for direct trafficking proposition instances.

Shape Properties

Instances of cacontology-street:DirectTraffickingProposition can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:DirectTraffickingProposition
cacontology-street:explicitnessLevel 0 1 xsd:string
cacontology-street:propositionType 0 1 xsd:string
cacontology-grooming:GroomingBehavior
0 1 xsd:string
0 1 xsd:string
1 1 xsd:string
1 xsd:double
cacontology-grooming:groomingStage 1 1 xsd:string
1 xsd:string
1 xsd:dateTimeStamp
1 xsd:dateTimeStamp
0 1 xsd:dateTime
0 1 xsd:dateTime

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@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-street:DirectTraffickingPropositionShape a sh:NodeShape ;
    rdfs:label "Direct Trafficking Proposition Shape"@en ;
    rdfs:comment "Validation shape for direct trafficking proposition instances."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "stripping" "prostitution" "body_selling" ) ;
            sh:maxCount 1 ;
            sh:message "Proposition type must be stripping, prostitution, or body_selling."@en ;
            sh:minCount 0 ;
            sh:path cacontology-street:propositionType ],
        [ sh:datatype xsd:string ;
            sh:in ( "subtle" "direct" "explicit" ) ;
            sh:maxCount 1 ;
            sh:message "Explicitness level must be subtle, direct, or explicit."@en ;
            sh:minCount 0 ;
            sh:path cacontology-street:explicitnessLevel ] ;
    sh:targetClass cacontology-street:DirectTraffickingProposition .