# Copyright Oughtibridge Ltd
digraph "risk"
{
fontname="Cambria"
# label="risk"
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
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"]
#risk analysis
46 [label="risk analysis" fontname="Cambria" URL="https://81001.org/concept/risk_analysis" tooltip="systematic use of available information to identify hazards and to estimate the risk" 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 tolerance
53 [label="risk tolerance" fontname="Cambria" URL="https://81001.org/concept/risk_tolerance" tooltip="organization's or stakeholder's readiness to bear the risk after risk control in order to achieve its objectives" color="#a7ff00"]
#safety
55 [label="safety" fontname="Cambria" URL="https://81001.org/concept/safety" tooltip="freedom from unacceptable risk" color="#a74d00"]
#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"]
#safety
55 [label="safety" fontname="Cambria" URL="https://81001.org/concept/safety" tooltip="freedom from unacceptable risk" color="#a74d00"]
#List of generalisations and specialisations
#risk analysis IS A risk management
51 -> 46 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="risk analysis is a type of risk management" fontname="Cambria"]
#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
#1 risk analysis estimates 1 risk
46 -> 45 [constraint=false, dir="forward" label="estimates" fontname="Cambria"]
#0..* risk management monitors 0..* risk
51 -> 45 [constraint=false, dir="forward" label="monitors" fontname="Cambria"]
#1..* risk tolerance determines acceptabiltity of 0..* risk
53 -> 45 [constraint=false, dir="forward" label="determines acceptabiltity of" fontname="Cambria"]
#1 safety freedom from unacceptable 0..* risk
55 -> 45 [constraint=false, dir="forward" label="freedom from unacceptable" fontname="Cambria"]
#1 risk control reduces 0..* risk
48 -> 45 [constraint=false, dir="forward" label="reduces" fontname="Cambria"]
#0..* risk tolerance specifies levels for 0..* risk control
53 -> 48 [constraint=false, dir="forward" label="specifies levels for" fontname="Cambria"]
}
Some PS