Ontology Version: 3.0.0

cacontology-stranger:employsCoercion leaf node


URI

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

Label

employs coercion

Description

Links abduction to coercion methods employed.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:employsCoercion cacontology-stranger:WeaponBasedCoercion

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:employsCoercion a owl:ObjectProperty ;
    rdfs:label "employs coercion"@en ;
    rdfs:comment "Links abduction to coercion methods employed."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range cacontology-stranger:WeaponBasedCoercion .