# Copyright Oughtibridge Ltd
digraph "top_management"
{
fontname="Cambria"
# label="top management"
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
#top management
63 [label="top management" fontname="Cambria" URL="https://81001.org/concept/top_management" tooltip="Group of people who direct and control an organization and have overall accountability in an organization." color="#02f4ff"]
#responsibility agreement
44 [label="responsibility agreement" fontname="Cambria" URL="https://81001.org/concept/responsibility_agreement" tooltip="document that fully defines the responsibilities of all relevant stakeholders" color="#02f4ff"]
#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"]
#role
69 [label="role" fontname="Cambria" URL="https://81001.org/concept/role" tooltip="function or position" color="#02f4ff"]
#role
69 [label="role" fontname="Cambria" URL="https://81001.org/concept/role" tooltip="function or position" color="#02f4ff"]
#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"]
#List of generalisations and specialisations
#top management IS A role
69 -> 63 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="top management is a type of role" fontname="Cambria"]
# List of associations
#1 top management agree 0..* responsibility agreement
63 -> 44 [constraint=false, dir="forward" label="agree" fontname="Cambria"]
#0..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#1 top management direct and control 1 organization
63 -> 36 [constraint=false, dir="forward" label="direct and control" fontname="Cambria"]
}
Some PS