# Copyright Oughtibridge Ltd
digraph "intended_use"
{
fontname="Cambria"
# label="intended use"
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
#intended use
29 [label="intended use" fontname="Cambria" URL="https://81001.org/concept/intended_use" tooltip="use for which a product, process or service is intended according to the specifications, instructions and information provided by the manufacturer" color="#a74d00"]
#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"]
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#effectiveness
12 [label="effectiveness" fontname="Cambria" URL="https://81001.org/concept/effectiveness" tooltip="ability to produce the intended result" color="#a74d00"]
#List of generalisations and specialisations
# List of associations
#1..* intended use is defined by 1 manufacturer
29 -> 34 [constraint=false, dir="forward" label="is defined by" 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 has 1..* intended use
40 -> 29 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* product produced by 0..* manufacturer
40 -> 34 [constraint=false, dir="forward" label="produced by" fontname="Cambria"]
#1 quality measures alignment with 1 intended use
41 -> 29 [constraint=false, dir="forward" label="measures alignment with" fontname="Cambria"]
#0..* effectiveness quantifies ability to meet 1..* intended use
12 -> 29 [constraint=false, dir="forward" label="quantifies ability to meet" fontname="Cambria"]
#0..* product has 1 quality
40 -> 41 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS