# Copyright Oughtibridge Ltd
digraph "cloud_computing"
{
fontname="Cambria"
# label="cloud computing"
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
#cloud computing
74 [label="cloud computing" fontname="Cambria" URL="https://81001.org/concept/cloud_computing" tooltip="paradigm for enabling network access to a scalable and elastic pool of shareable physical or virtual resources with self-service provisioning and administration on-demand " color="#ff0700"]
#cloud service
8 [label="cloud service" fontname="Cambria" URL="https://81001.org/concept/cloud_service" tooltip="one or more capabilities offered via cloud computing invoked using a defined interface" color="#ff0700"]
#List of generalisations and specialisations
# List of associations
#0..* cloud service uses 0..* cloud computing
8 -> 74 [constraint=false, dir="forward" label="uses" fontname="Cambria"]
}
Some PS