Ontology Version: 3.0.0

cacontology-stranger:escalatesTo leaf node


URI

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

Label

escalates to

Description

Links abduction to exploitation pattern that follows.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:escalatesTo 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:escalatesTo a owl:ObjectProperty ;
    rdfs:label "escalates to"@en ;
    rdfs:comment "Links abduction to exploitation pattern that follows."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range cacontology-stranger:AbductionExploitationPattern .