# Copyright Oughtibridge Ltd
digraph "harm"
{
fontname="Cambria"
# label="harm"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#harm
17 [label="harm" fontname="Cambria" URL="https://81001.org/concept/harm" tooltip="injury or damage to the health of people, or damage to property or the environment" color="#a7ff00"]
#asset
3 [label="asset" fontname="Cambria" URL="https://81001.org/concept/asset" tooltip="physical or digital entity that has value to an individual, an organization or a government" color="#ff0700"]
#hazard
18 [label="hazard" fontname="Cambria" URL="https://81001.org/concept/hazard" tooltip="potential source of harm" color="#a7ff00"]
#threat
62 [label="threat" fontname="Cambria" URL="https://81001.org/concept/threat" tooltip="potential for violation of security, which exists when there is a circumstance, capability, action, or event that could breach security and cause harm" color="#a7ff00"]
#event
13 [label="event" fontname="Cambria" URL="https://81001.org/concept/event" tooltip="occurrence or change of a particular set of circumstances" color="#a7ff00"]
#severity
58 [label="severity" fontname="Cambria" URL="https://81001.org/concept/severity" tooltip="measure of the possible consequences of a hazard" color="#a7ff00"]
#risk control
48 [label="risk control" fontname="Cambria" URL="https://81001.org/concept/risk_control" tooltip="process in which decisions are made and measures implemented by which risks are reduced to, or maintained within, specified levels" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#0..* harm damages 0..* asset
17 -> 3 [constraint=false, dir="forward" label="damages" fontname="Cambria"]
#0..* hazard source of 1..* harm
18 -> 17 [constraint=false, dir="forward" label="source of" fontname="Cambria"]
#1 threat cause 0..* harm
62 -> 17 [constraint=false, dir="forward" label="cause" fontname="Cambria"]
#0..* severity quantifies impact of 0..* hazard
58 -> 18 [constraint=false, dir="forward" label="quantifies impact of" fontname="Cambria"]
#1 event lead to 0..* harm
13 -> 17 [constraint=false, dir="forward" label="lead to" fontname="Cambria"]
#0..* severity quantifies impact of 0..* harm
58 -> 17 [constraint=false, dir="forward" label="quantifies impact of" fontname="Cambria"]
#1 risk control reduces likelihood of 0..* event
48 -> 13 [constraint=false, dir="forward" label="reduces likelihood of" fontname="Cambria"]
#1 risk control reduces impact of 0..* harm
48 -> 17 [constraint=false, dir="forward" label="reduces impact of" fontname="Cambria"]
}
Some PS