# Copyright Oughtibridge Ltd
digraph "root_cause"
{
fontname="Cambria"
# label="root cause"
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
#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"]
#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..* event has 1..* root cause
13 -> 54 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS