# Copyright Oughtibridge Ltd
digraph "hazardous_situation"
{
fontname="Cambria"
# label="hazardous situation"
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
#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"]
#hazard
18 [label="hazard" fontname="Cambria" URL="https://81001.org/concept/hazard" tooltip="potential source of harm" color="#a7ff00"]
#vulnerability
67 [label="vulnerability" fontname="Cambria" URL="https://81001.org/concept/vulnerability" tooltip="flaw or weakness in a system’s design, implementation, or operation and management that could be exploited to violate the system’s security policy" 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"]
#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..* vulnerability lead to 0..* hazardous situation
67 -> 19 [constraint=false, dir="forward" label="lead to" fontname="Cambria"]
#0..* event occurs in 1 hazardous situation
13 -> 19 [constraint=false, dir="forward" label="occurs in" fontname="Cambria"]
}
Some PS