# Copyright Oughtibridge Ltd
digraph "risk_control"
{
fontname="Cambria"
# label="risk control"
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
#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"]
#risk management
51 [label="risk management" fontname="Cambria" URL="https://81001.org/concept/risk_management" tooltip="systematic application of management policies, procedures and practices to the tasks of analysing, evaluating, controlling and monitoring risk" color="#a7ff00"]
#risk
45 [label="risk" fontname="Cambria" URL="https://81001.org/concept/risk" tooltip="combination of the probability of occurrence of harm and the severity of that 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"]
#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"]
#List of generalisations and specialisations
#risk control IS A risk management
51 -> 48 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="risk control is a type of risk management" fontname="Cambria"]
# List of associations
#0..* risk management monitors 0..* risk
51 -> 45 [constraint=false, dir="forward" label="monitors" fontname="Cambria"]
#1 event lead to 0..* harm
13 -> 17 [constraint=false, dir="forward" label="lead to" fontname="Cambria"]
#1 risk control reduces 0..* risk
48 -> 45 [constraint=false, dir="forward" label="reduces" 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