# Copyright Oughtibridge Ltd
digraph "knowledge"
{
fontname="Cambria"
# label="knowledge"
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
#knowledge
145 [label="knowledge" fontname="Cambria" URL="https://contsys.org/concept/knowledge" tooltip="cognizance which is based on reasoning and passes verification" 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
#1..* concept is a unit of 1 knowledge
142 -> 145 [constraint=false, dir="forward" label="is a unit of" fontname="Cambria"]
}
Some PS