Ontology Version: 3.0.0

cacontology-stranger:approachMethod leaf node


URI

https://cacontology.projectvic.org/abduction#approachMethod

Label

approach method

Description

Method used to approach victim (direct_confrontation, deception, force).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:approachMethod xsd:string

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/abduction#> .
@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-stranger:approachMethod a owl:DatatypeProperty ;
    rdfs:label "approach method"@en ;
    rdfs:comment "Method used to approach victim (direct_confrontation, deception, force)."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range xsd:string .