# Copyright Oughtibridge Ltd
digraph "party"
{
fontname="Cambria"
# label="party"
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
#party
153 [label="party" fontname="Cambria" URL="https://contsys.org/concept/party" tooltip="person or group performing a role (3.3.5) in relation to the business of a specific community or domain" color="#ffffff"]
#List of generalisations and specialisations
# List of associations
}
Some PS