Ontology Version: 2.2.0

cacontology-grooming:anonymousContactMethod leaf node


URI

https://cacontology.projectvic.org/grooming#anonymousContactMethod

Label

anonymous contact method

Description

Method used for anonymous initial contact (random_messaging, response_to_post, platform_matching, profile_browsing).

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:AnonymousInitiation cacontology-grooming:anonymousContactMethod xsd:string

Implementation

@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@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-grooming:anonymousContactMethod a owl:DatatypeProperty ;
    rdfs:label "anonymous contact method"@en ;
    rdfs:comment "Method used for anonymous initial contact (random_messaging, response_to_post, platform_matching, profile_browsing)."@en ;
    rdfs:domain cacontology-grooming:AnonymousInitiation ;
    rdfs:range xsd:string .