# Copyright Oughtibridge Ltd
digraph "person"
{
fontname="Cambria"
# label="person"
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
#person (term)
140 [label="person (term)" fontname="Cambria" URL="https://contsys.org/concept/person" tooltip="human being regarded as an individual" color="#ffffff"]
#health
141 [label="health" fontname="Cambria" URL="https://contsys.org/concept/health" tooltip="" color="#ffffff"]
#person role
151 [label="person role" fontname="Cambria" URL="https://contsys.org/concept/person_role" tooltip="role of a person" color="#ffffff"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#List of generalisations and specialisations
# List of associations
#1 person (term) has 1 health
140 -> 141 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS