Ontology Version: 2.2.0

cacontology-sextortion:TriggersVictimResponseShape leaf node


URI

https://cacontology.projectvic.org/sextortion#TriggersVictimResponseShape

Label

TriggersVictimResponseShape

Implementation

@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sextortion:TriggersVictimResponseShape a sh:PropertyShape ;
    sh:class cacontology-sextortion:VictimResponse ;
    sh:description "Links sextortion to victim response patterns" ;
    sh:minCount 0 ;
    sh:name "triggers victim response" ;
    sh:path cacontology-sextortion:triggersVictimResponse .