Ontology Version: 2.2.0

cacontology-sextortion:FollowsEscalationPatternShape leaf node


URI

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

Label

FollowsEscalationPatternShape

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:FollowsEscalationPatternShape a sh:PropertyShape ;
    sh:class cacontology-sextortion:EscalationPattern ;
    sh:description "Links sextortion to escalation patterns observed" ;
    sh:minCount 0 ;
    sh:name "follows escalation pattern" ;
    sh:path cacontology-sextortion:followsEscalationPattern .