# Copyright Oughtibridge Ltd
digraph "event"
{
fontname="Cambria"
# label="event"
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
#event
13 [label="event" fontname="Cambria" URL="https://81001.org/concept/event" tooltip="occurrence or change of a particular set of circumstances" color="#a7ff00"]
#root cause
54 [label="root cause" fontname="Cambria" URL="https://81001.org/concept/root_cause" tooltip="set of conditions or actions that occur at the beginning of a sequence of events that result in the initiation of a failure mode" 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"]
#exposure
16 [label="exposure" fontname="Cambria" URL="https://81001.org/concept/exposure" tooltip="extent to which an organization and/or stakeholder is subject to an event" 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 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..* event has 1..* root cause
13 -> 54 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* event occurs in 1 hazardous situation
13 -> 19 [constraint=false, dir="forward" label="occurs in" fontname="Cambria"]
#0..* exposure quantifies likelihood of 1..* event
16 -> 13 [constraint=false, dir="forward" label="quantifies likelihood of" fontname="Cambria"]
#1 event lead to 0..* harm
13 -> 17 [constraint=false, dir="forward" label="lead to" 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