# Copyright Oughtibridge Ltd
digraph "interoperability"
{
fontname="Cambria"
# label="interoperability"
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
#interoperability
75 [label="interoperability" fontname="Cambria" URL="https://81001.org/concept/Concept_75" tooltip="ability of two or more systems or components to exchange information and to use the information that has been exchanged" color="#ff0700"]
#component
9 [label="component" fontname="Cambria" URL="https://81001.org/concept/component" tooltip="collection of system resources that (a) forms a physical or logical part of the system, (b) has specified functions and interfaces, and (c) is treated (e.g., by policies or specifications) as existing independently of other parts of the system." color="#ff0700"]
#system
60 [label="system" fontname="Cambria" URL="https://81001.org/concept/system" tooltip="combination of interacting elements organized to achieve one or more stated purposes" color="#ff0700"]
#List of generalisations and specialisations
# List of associations
#0..* component participates in 0..* interoperability
9 -> 75 [constraint=false, dir="forward" label="participates in" fontname="Cambria"]
#0..* system participates in 0..* interoperability
60 -> 75 [constraint=false, dir="forward" label="participates in" fontname="Cambria"]
}
Some PS