https://cacontology.projectvic.org/sextortion#cyclesBetween
Phase instances that form the coercion loop (typically threat delivery and exploitation phases in sextortion, or equivalent phase nodes in other offense trajectories).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-sextortion:CoercionCycle | cacontology-sextortion:cyclesBetween | cac-core:Phase |
@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 .