# Copyright Oughtibridge Ltd
digraph "deprecated_term"
{
fontname="Cambria"
# label="deprecated term"
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
#deprecated term
144 [label="deprecated term" fontname="Cambria" URL="https://contsys.org/concept/deprecated_term" tooltip="term rejected by an authoritative body" color="#ffffff"]
#concept
142 [label="concept" fontname="Cambria" URL="https://contsys.org/concept/concept" tooltip="unit of knowledge created by a unique combination of characteristics" color="#ffffff"]
#List of generalisations and specialisations
# List of associations
#0..* deprecated term relates to 1..* concept
144 -> 142 [constraint=false, dir="forward" label="relates to" fontname="Cambria"]
}
Some PS