Ontology Version: 3.1.0

cacontology-sextortion:sustainedBy leaf node


URI

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

Label

sustained by

Description

Retained material or artifact that powers the coercion cycle (e.g., intimate images retained from prior exploitation).

Usage

DOMAINPROPERTYRANGE
cacontology-sextortion:CoercionCycle cacontology-sextortion:sustainedBy cac-core:Artifact

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:sustainedBy a owl:ObjectProperty ;
    rdfs:label "sustained by"@en ;
    rdfs:comment "Retained material or artifact that powers the coercion cycle (e.g., intimate images retained from prior exploitation)."@en ;
    rdfs:domain cacontology-sextortion:CoercionCycle ;
    rdfs:range cac-core:Artifact .