# Copyright Oughtibridge Ltd
digraph "exposure"
{
fontname="Cambria"
# label="exposure"
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
#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"]
#organization
36 [label="organization" fontname="Cambria" URL="https://81001.org/concept/organization" tooltip="person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives" color="#02f4ff"]
#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..* organization has 1..* exposure
36 -> 16 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* exposure quantifies likelihood of 1..* event
16 -> 13 [constraint=false, dir="forward" label="quantifies likelihood of" fontname="Cambria"]
}
Some PS