# Copyright Oughtibridge Ltd
digraph "system_of_concepts"
{
fontname="Cambria"
# label="system of concepts"
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
#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"]
#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..* system of concepts 1..* concept
143 -> 142 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS