# Copyright Oughtibridge Ltd
digraph "medium"
{
fontname="Cambria"
# label="medium"
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
#medium (duplicate)
137 [label="medium (duplicate)" fontname="Cambria" URL="https://contsys.org/concept/medium" tooltip="material on which data is stored (e.g., a magnetic disk)" color="#d88d1f"]
#health record
129 [label="health record" fontname="Cambria" URL="https://contsys.org/concept/health_record" tooltip="data repository regarding the health and healthcare of a subject of care" color="#d88d1f"]
#List of generalisations and specialisations
# List of associations
#0..* health record is stored on 1..* medium (duplicate)
129 -> 137 [constraint=false, dir="forward" label="is stored on" fontname="Cambria"]
}
Some PS