https://cacontology.projectvic.org/victim-impact#mitigatedByProtectiveSupport
Links a vulnerability context to a protective or affirming support resource that mitigates it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-impact:VulnerabilityContext | cacontology-impact:mitigatedByProtectiveSupport | cacontology-impact:ProtectiveAffirmingSupport |
@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 .