Ontology Version: 3.0.0

cacontology-stranger:forcesEntryTo leaf node


URI

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

Label

forces entry to

Description

Links abduction to forced entry into exploitation location.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:forcesEntryTo cacontology-stranger:ForcedLocationEntry

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#> .
cacontology-stranger:forcesEntryTo a owl:ObjectProperty ;
    rdfs:label "forces entry to"@en ;
    rdfs:comment "Links abduction to forced entry into exploitation location."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range cacontology-stranger:ForcedLocationEntry .