Ontology Version: 3.0.0

cacontology-stranger:facilitatesExploitation leaf node


URI

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

Label

facilitates exploitation

Description

Links abduction methods to exploitation they facilitate.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:facilitatesExploitation cacontology-stranger:AbductionExploitationPattern

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:facilitatesExploitation a owl:ObjectProperty ;
    rdfs:label "facilitates exploitation"@en ;
    rdfs:comment "Links abduction methods to exploitation they facilitate."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range cacontology-stranger:AbductionExploitationPattern .