# Copyright Oughtibridge Ltd
digraph "hazard"
{
fontname="Cambria"
# label="hazard"
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
#hazard
18 [label="hazard" fontname="Cambria" URL="https://81001.org/concept/hazard" tooltip="potential source of harm" color="#a7ff00"]
#hazardous situation
19 [label="hazardous situation" fontname="Cambria" URL="https://81001.org/concept/hazardous_situation" tooltip="circumstance in which people, property or the environment is/are exposed to one or more hazards" 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"]
#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"]
#severity
58 [label="severity" fontname="Cambria" URL="https://81001.org/concept/severity" tooltip="measure of the possible consequences of a hazard" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#0..* hazardous situation reveal 1..* hazard
19 -> 18 [constraint=false, dir="forward" label="reveal" fontname="Cambria"]
#0..* hazard source of 1..* harm
18 -> 17 [constraint=false, dir="forward" label="source of" fontname="Cambria"]
#1 risk analysis identifies 0..* hazard
46 -> 18 [constraint=false, dir="forward" label="identifies" fontname="Cambria"]
#0..* severity quantifies impact of 0..* hazard
58 -> 18 [constraint=false, dir="forward" label="quantifies impact of" fontname="Cambria"]
#0..* severity quantifies impact of 0..* harm
58 -> 17 [constraint=false, dir="forward" label="quantifies impact of" fontname="Cambria"]
}
Some PS