{
  "name" : "Data and knowledge management platform",
  "description" : "Description",
  "elements" : [ {
    "tag" : "external",
    "background" : "#ccbe00",
    "color" : "#ffffff"
  }, {
    "tag" : "internal",
    "background" : "#00ac4d",
    "color" : "#ffffff"
  }, {
    "tag" : "Person",
    "background" : "#1168bd",
    "color" : "#ffffff",
    "shape" : "Person"
  }, {
    "tag" : "Component",
    "background" : "#c9f1f5",
    "stroke" : "#000000",
    "strokeWidth" : 3,
    "border" : "Solid"
  }, {
    "tag" : "Container",
    "background" : "#51bed4",
    "stroke" : "#000000",
    "strokeWidth" : 4
  }, {
    "tag" : "Existing System",
    "background" : "#999999",
    "color" : "#ffffff"
  }, {
    "tag" : "Software System",
    "background" : "#1168bd",
    "stroke" : "#000000",
    "strokeWidth" : 4,
    "color" : "#ffffff"
  } ],
  "relationships" : [ {
    "tag" : "VirtualRelation",
    "thickness" : 1,
    "color" : "#22cc22",
    "style" : "Dotted",
    "routing" : "Curved"
  } ]
}