# Copyright Oughtibridge Ltd
digraph "concept"
{
fontname="Cambria"
# label="concept"
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
#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"]
#knowledge
145 [label="knowledge" fontname="Cambria" URL="https://contsys.org/concept/knowledge" tooltip="cognizance which is based on reasoning and passes verification" color="#ffffff"]
#system of concepts
143 [label="system of concepts" fontname="Cambria" URL="https://contsys.org/concept/system_of_concepts" tooltip="set of concepts (3.2.1) structured according to the relations among them" color="#ffffff"]
#deprecated term
144 [label="deprecated term" fontname="Cambria" URL="https://contsys.org/concept/deprecated_term" tooltip="term rejected by an authoritative body" color="#ffffff"]
#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"]
#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
#1..* concept is a unit of 1 knowledge
142 -> 145 [constraint=false, dir="forward" label="is a unit of" fontname="Cambria"]
#0..* system of concepts 1..* concept
143 -> 142 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* deprecated term relates to 1..* concept
144 -> 142 [constraint=false, dir="forward" label="relates to" fontname="Cambria"]
#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