# Copyright Oughtibridge Ltd
digraph "risk_management"
{
fontname="Cambria"
# label="risk management"
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 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"]
#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 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 file
52 [label="risk management file" fontname="Cambria" URL="https://81001.org/concept/risk_management_file" tooltip="set of records and other documents that are produced by risk management" color="#a7ff00"]
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#List of generalisations and specialisations
#risk management IS A process
39 -> 51 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="risk management is a type of process" fontname="Cambria"]
#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"]
#0..* risk management recorded in 0..* risk management file
51 -> 52 [constraint=false, dir="forward" label="recorded in" fontname="Cambria"]
#0..* process determines 1 quality
39 -> 41 [constraint=false, dir="forward" label="determines" fontname="Cambria"]
#1 risk control reduces 0..* risk
48 -> 45 [constraint=false, dir="forward" label="reduces" fontname="Cambria"]
}
Some PS