# Copyright Oughtibridge Ltd
digraph "administrator"
{
fontname="Cambria"
# label="administrator"
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
#administrator
2 [label="administrator" fontname="Cambria" URL="https://81001.org/concept/administrator" tooltip="role responsible for the ongoing operation of the implemented health IT system and ensuring it is safeguarded and maintained on an ongoing basis" 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
#administrator IS A role
69 -> 2 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="administrator is a type of role" fontname="Cambria"]
# List of associations
#0..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS