Ontology Version: 3.1.0

cacontology-impact:mitigatedByProtectiveSupport leaf node


URI

https://cacontology.projectvic.org/victim-impact#mitigatedByProtectiveSupport

Label

mitigated by protective support

Description

Links a vulnerability context to a protective or affirming support resource that mitigates it.

Usage

DOMAINPROPERTYRANGE
cacontology-impact:VulnerabilityContext cacontology-impact:mitigatedByProtectiveSupport cacontology-impact:ProtectiveAffirmingSupport

Implementation

@prefix cacontology-impact: <https://cacontology.projectvic.org/victim-impact#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-impact:mitigatedByProtectiveSupport a owl:ObjectProperty ;
    rdfs:label "mitigated by protective support"@en ;
    rdfs:comment "Links a vulnerability context to a protective or affirming support resource that mitigates it."@en ;
    rdfs:domain cacontology-impact:VulnerabilityContext ;
    rdfs:range cacontology-impact:ProtectiveAffirmingSupport .