Ontology Version: 2.2.0

cacontology-sextortion:falsePersonaType leaf node


URI

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

Label

false persona type

Description

Type of false persona used (peer, romantic interest, authority figure).

Usage

DOMAINPROPERTYRANGE
cacontology-sextortion:IdentityImpersonation cacontology-sextortion:falsePersonaType 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:falsePersonaType a owl:DatatypeProperty ;
    rdfs:label "false persona type"@en ;
    rdfs:comment "Type of false persona used (peer, romantic interest, authority figure)."@en ;
    rdfs:domain cacontology-sextortion:IdentityImpersonation ;
    rdfs:range xsd:string .