# Copyright Oughtibridge Ltd
digraph "term"
{
fontname="Cambria"
# label="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
#term
146 [label="term" fontname="Cambria" URL="https://contsys.org/concept/term" tooltip="verbal designation of a general concept in a specific subject field" 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"]
#synonym
147 [label="synonym" fontname="Cambria" URL="https://contsys.org/concept/synonym" tooltip="one of two or more terms denoting the same concept" color="#ffffff"]
#List of generalisations and specialisations
# List of associations
#0..* term designates 1..* concept
146 -> 142 [constraint=false, dir="forward" label="designates" fontname="Cambria"]
#1..* term has 0..* synonym
146 -> 147 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* synonym designates 1 concept
147 -> 142 [constraint=false, dir="forward" label="designates" fontname="Cambria"]
}
Some PS