# Copyright Oughtibridge Ltd
digraph "risk_assessment"
{
fontname="Cambria"
# label="risk assessment"
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 assessment
47 [label="risk assessment" fontname="Cambria" URL="https://81001.org/concept/risk_assessment" tooltip="overall process comprising a risk analysis and a risk evaluation" 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"]
#List of generalisations and specialisations
# List of associations
#1 risk assessment has part 1 risk analysis
47 -> 46 [constraint=false, dir="forward" label="has part" fontname="Cambria"]
}
Some PS