Ontology Version: 2.2.0

cacontology-abduction: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-abduction:StrangerAbduction cacontology-abduction:approachMethod xsd:string

Implementation

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