Ontology Version: 3.1.0

cacontology-sextortion:coercionCycleDemandType leaf node


URI

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

Label

coercion cycle demand type

Description

Type of demand driving a coercion cycle iteration (imagery_quota, live_conduct, financial, victim_recruitment).

Usage

DOMAINPROPERTYRANGE
cacontology-sextortion:CoercionCycle cacontology-sextortion:coercionCycleDemandType xsd:string

Implementation

@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sextortion:coercionCycleDemandType a owl:DatatypeProperty ;
    rdfs:label "coercion cycle demand type"@en ;
    rdfs:comment "Type of demand driving a coercion cycle iteration (imagery_quota, live_conduct, financial, victim_recruitment)."@en ;
    rdfs:domain cacontology-sextortion:CoercionCycle ;
    rdfs:range xsd:string .