# Copyright Oughtibridge Ltd
digraph "verification"
{
fontname="Cambria"
# label="verification"
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
#verification
66 [label="verification" fontname="Cambria" URL="https://81001.org/concept/verification" tooltip="confirmation, through the provision of objective evidence, that specified requirements have been fulfilled" color="#a74d00"]
#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"]
#List of generalisations and specialisations
# List of associations
#0..* verification quantifies 0..* quality
66 -> 41 [constraint=false, dir="forward" label="quantifies" fontname="Cambria"]
}
Some PS