# Copyright Oughtibridge Ltd
digraph "responsibility_agreement"
{
fontname="Cambria"
# label="responsibility agreement"
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
#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"]
#manufacturer
34 [label="manufacturer" fontname="Cambria" URL="https://81001.org/concept/manufacturer" tooltip="organization with responsibility for design or manufacture of a product" color="#02f4ff"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#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"]
#List of generalisations and specialisations
# List of associations
#1 manufacturer agrees 0..* responsibility agreement
34 -> 44 [constraint=false, dir="forward" label="agrees" fontname="Cambria"]
#1 manufacturer has accountability for design and manufacture of 1..* product
34 -> 40 [constraint=false, dir="forward" label="has accountability for design and manufacture of" fontname="Cambria"]
#1 manufacturer manufactures 0..* product
34 -> 40 [constraint=false, dir="forward" label="manufactures" fontname="Cambria"]
#0..* product produced by 0..* manufacturer
40 -> 34 [constraint=false, dir="forward" label="produced by" fontname="Cambria"]
#0..1 responsibility agreement concerns 1..* product
44 -> 40 [constraint=false, dir="forward" label="concerns" fontname="Cambria"]
#1 top management agree 0..* responsibility agreement
63 -> 44 [constraint=false, dir="forward" label="agree" fontname="Cambria"]
}
Some PS