Ontology Version: 3.1.0

cacontology-sextortion:cyclesBetween leaf node


URI

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

Label

cycles between

Description

Phase instances that form the coercion loop (typically threat delivery and exploitation phases in sextortion, or equivalent phase nodes in other offense trajectories).

Usage

DOMAINPROPERTYRANGE
cacontology-sextortion:CoercionCycle cacontology-sextortion:cyclesBetween cac-core:Phase

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-sextortion:cyclesBetween a owl:ObjectProperty ;
    rdfs:label "cycles between"@en ;
    rdfs:comment "Phase instances that form the coercion loop (typically threat delivery and exploitation phases in sextortion, or equivalent phase nodes in other offense trajectories)."@en ;
    rdfs:domain cacontology-sextortion:CoercionCycle ;
    rdfs:range cac-core:Phase .