Ontology Version: 3.0.0

cacontology-stranger:entryMethod leaf node


URI

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

Label

entry method

Description

Method used to enter exploitation location (fire_escape, window, door, roof).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:ForcedLocationEntry cacontology-stranger:entryMethod 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:entryMethod a owl:DatatypeProperty ;
    rdfs:label "entry method"@en ;
    rdfs:comment "Method used to enter exploitation location (fire_escape, window, door, roof)."@en ;
    rdfs:domain cacontology-stranger:ForcedLocationEntry ;
    rdfs:range xsd:string .