Ontology Version: 2.2.0

cacontology-undercover:clientContactMethod leaf node


URI

https://cacontology.projectvic.org/undercover#clientContactMethod

Label

client contact method

Description

Method victims are instructed to use for client communication (phone, text, app).

Usage

DOMAINPROPERTYRANGE
cacontology-undercover:ClientCommunicationInterception cacontology-undercover:clientContactMethod xsd:string

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@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-undercover:clientContactMethod a owl:DatatypeProperty ;
    rdfs:label "client contact method"@en ;
    rdfs:comment "Method victims are instructed to use for client communication (phone, text, app)."@en ;
    rdfs:domain cacontology-undercover:ClientCommunicationInterception ;
    rdfs:range xsd:string .