Ontology Version: 3.1.0

cacontology-impact:informsPreventionIntervention leaf node


URI

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

Label

informs prevention intervention

Description

Links a vulnerability context to prevention, outreach, safeguarding, or service-referral actions it informs.

Usage

DOMAINPROPERTYRANGE
cacontology-impact:VulnerabilityContext cacontology-impact:informsPreventionIntervention uco-core:UcoObject

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#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
cacontology-impact:informsPreventionIntervention a owl:ObjectProperty ;
    rdfs:label "informs prevention intervention"@en ;
    rdfs:comment "Links a vulnerability context to prevention, outreach, safeguarding, or service-referral actions it informs."@en ;
    rdfs:domain cacontology-impact:VulnerabilityContext ;
    rdfs:range uco-core:UcoObject .