Ontology Version: 2.2.0

cacontology-undercover:targetBehaviorType leaf node


URI

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

Label

target behavior type

Description

Type of behavior targeted (in_person_meeting_solicitation, sexual_conversation, grooming, image_requests).

Usage

DOMAINPROPERTYRANGE
cacontology-undercover:PredatorTargetingOperation cacontology-undercover:targetBehaviorType 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:targetBehaviorType a owl:DatatypeProperty ;
    rdfs:label "target behavior type"@en ;
    rdfs:comment "Type of behavior targeted (in_person_meeting_solicitation, sexual_conversation, grooming, image_requests)."@en ;
    rdfs:domain cacontology-undercover:PredatorTargetingOperation ;
    rdfs:range xsd:string .