https://cacontology.projectvic.org/abduction#entryMethod
Method used to enter exploitation location (fire_escape, window, door, roof).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-stranger:ForcedLocationEntry | cacontology-stranger:entryMethod | xsd:string |
@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 .