Ontology Version: 2.2.0

cacontology-street:TraffickingPropositionRejectionShape leaf node


URI

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

Label

Trafficking Proposition Rejection Shape

Description

Validation shape for trafficking proposition rejection instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:VictimStreetResponse
cacontology-street:responseType 0 1 xsd:string

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-street:TraffickingPropositionRejectionShape a sh:NodeShape ;
    rdfs:label "Trafficking Proposition Rejection Shape"@en ;
    rdfs:comment "Validation shape for trafficking proposition rejection instances."@en ;
    sh:targetClass cacontology-street:TraffickingPropositionRejection .