Ontology Version: 2.2.0

cacontology-street:RespondsToShape leaf node


URI

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

Label

RespondsToShape

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-street:RespondsToShape a sh:PropertyShape ;
    sh:class cacontology-street:DirectTraffickingProposition ;
    sh:description "Links victim response to trafficking proposition" ;
    sh:minCount 0 ;
    sh:name "responds to" ;
    sh:path cacontology-street:respondsTo .