Ontology Version: 3.1.0

cacontology-sextortion:terminationCondition leaf node


URI

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

Label

termination condition

Description

How the coercion cycle ended if known (apprehension, material_removal, victim_ceased_response, unknown).

Usage

DOMAINPROPERTYRANGE
cacontology-sextortion:CoercionCycle cacontology-sextortion:terminationCondition 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:terminationCondition a owl:DatatypeProperty ;
    rdfs:label "termination condition"@en ;
    rdfs:comment "How the coercion cycle ended if known (apprehension, material_removal, victim_ceased_response, unknown)."@en ;
    rdfs:domain cacontology-sextortion:CoercionCycle ;
    rdfs:range xsd:string .