# Copyright Oughtibridge Ltd
digraph "privacy"
{
fontname="Cambria"
# label="privacy"
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
#privacy
38 [label="privacy" fontname="Cambria" URL="https://81001.org/concept/privacy" tooltip="freedom from intrusion into the private life or affairs of an individual when that intrusion results from undue or illegal gathering and use of data about that individual" color="#a74d00"]
#security
56 [label="security" fontname="Cambria" URL="https://81001.org/concept/security" tooltip="state where information and systems are protected from unauthorized activities, such as access, use, disclosure, disruption, modification, or destruction to a degree that the related risks to confidentiality, integrity, and availability are maintained at an acceptable level throughout the lifecycle" color="#a74d00"]
#List of generalisations and specialisations
# List of associations
#0..* security protects 1..* privacy
56 -> 38 [constraint=false, dir="forward" label="protects" fontname="Cambria"]
}
Some PS