mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 16:22:54 +02:00
273 lines
232 KiB
HTML
273 lines
232 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<script src="lib/bindings/utils.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
|
|
<center>
|
|
<h1></h1>
|
|
</center>
|
|
|
|
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
|
|
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
|
|
|
|
<center>
|
|
<h1></h1>
|
|
</center>
|
|
<style type="text/css">
|
|
|
|
#mynetwork {
|
|
width: 100%;
|
|
height: 600px;
|
|
background-color: white;
|
|
border: 1px solid lightgray;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
|
|
#loadingBar {
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width: 100%;
|
|
height: 600px;
|
|
background-color:rgba(200,200,200,0.8);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
opacity:1;
|
|
}
|
|
|
|
#bar {
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width:20px;
|
|
height:20px;
|
|
margin:auto auto auto auto;
|
|
border-radius:11px;
|
|
border:2px solid rgba(30,30,30,0.05);
|
|
background: rgb(0, 173, 246); /* Old browsers */
|
|
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
|
|
}
|
|
|
|
#border {
|
|
position:absolute;
|
|
top:10px;
|
|
left:10px;
|
|
width:500px;
|
|
height:23px;
|
|
margin:auto auto auto auto;
|
|
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
|
|
border-radius:10px;
|
|
}
|
|
|
|
#text {
|
|
position:absolute;
|
|
top:8px;
|
|
left:530px;
|
|
width:30px;
|
|
height:50px;
|
|
margin:auto auto auto auto;
|
|
font-size:22px;
|
|
color: #000000;
|
|
}
|
|
|
|
div.outerBorder {
|
|
position:relative;
|
|
top:400px;
|
|
width:600px;
|
|
height:44px;
|
|
margin:auto auto auto auto;
|
|
border:8px solid rgba(0,0,0,0.1);
|
|
background: rgb(252,252,252); /* Old browsers */
|
|
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
|
border-radius:72px;
|
|
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
|
|
|
|
#config {
|
|
float: left;
|
|
width: 400px;
|
|
height: 600px;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div class="card" style="width: 100%">
|
|
|
|
|
|
<div id="mynetwork" class="card-body"></div>
|
|
</div>
|
|
|
|
|
|
<div id="loadingBar">
|
|
<div class="outerBorder">
|
|
<div id="text">0%</div>
|
|
<div id="border">
|
|
<div id="bar"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="config"></div>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
// initialize global variables.
|
|
var edges;
|
|
var nodes;
|
|
var allNodes;
|
|
var allEdges;
|
|
var nodeColors;
|
|
var originalNodes;
|
|
var network;
|
|
var container;
|
|
var options, data;
|
|
var filter = {
|
|
item : '',
|
|
property : '',
|
|
value : []
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// This method is responsible for drawing the graph, returns the drawn network
|
|
function drawGraph() {
|
|
var container = document.getElementById('mynetwork');
|
|
|
|
|
|
|
|
// parsing and collecting nodes and edges from the python
|
|
nodes = new vis.DataSet([{"color": "#729b79ff", "font": {"color": "black"}, "id": "person_1", "label": "Tetau, Nicolas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_1", "label": "0 10 24 Telefondienste GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_4", "label": "01050.com GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_2", "label": "Dammast, Lutz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_3", "label": "Tutsch, Rosemarie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_2", "label": "1. Staiger Grundst\u00fccksverwaltung GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_4", "label": "Staiger, Marc", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_5", "label": "Staiger, Michaela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_6", "label": "Staiger, Margarete", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_7", "label": "Staiger, Bruno", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_8", "label": "Hofmann, Nicole", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_9", "label": "Autenrieth, Steffen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_3", "label": "1 A Autenrieth Kunststofftechnik GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_10", "label": "Bischoff, Stefanie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_2213", "label": "Multi-Center Warenvertriebs GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_5", "label": "2. Schaper Objekt GmbH \u0026 Co. Kiel KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_11", "label": "Achilles, Christel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_6", "label": "AASP Filmproduktionsgesellschaft mbH \u0026 Co. Leonie KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_12", "label": "Ackermann, Wilhelm", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_13", "label": "Ahrens, Harald", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_14", "label": "Al Sibai, Mohamed Maged", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_15", "label": "Al-Bazaz, Salim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_16", "label": "Attawar, Marina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_17", "label": "Babic-Pavicic, Ankica", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_18", "label": "Bak, Ingo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_19", "label": "Becker, Christoph", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_20", "label": "Becker, Olaf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_21", "label": "Berg, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_22", "label": "Berkhout, Pieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_23", "label": "Berns, Bernhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_24", "label": "Betz, Franz-Hartwig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_25", "label": "Birken, Claus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_26", "label": "Blessing, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_27", "label": "Bohnet, Heinz G.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_28", "label": "Boldt, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_29", "label": "Bone-Winkel, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_30", "label": "Bongartz, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_31", "label": "Bongartz, Heinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_32", "label": "Brasse, Hans-Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_33", "label": "Breman, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_34", "label": "Bremer, Harald C. H.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_35", "label": "Bruns, Franz-Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_36", "label": "Busch jun., Norbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_37", "label": "Butter, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_38", "label": "Butz-Scharf, Kerstin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_39", "label": "B\u00f6s, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_40", "label": "Canis, Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_41", "label": "Comberg, Alfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_42", "label": "de las Heras, G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_43", "label": "Delkeskamp, Claus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_44", "label": "Delkeskamp, Stefan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_45", "label": "Delkeskamp, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_46", "label": "Dellhofen, Jens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_47", "label": "Demler, Hans Adolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_48", "label": "Dimitrov, Rumen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_49", "label": "Dittmann, Steffen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_50", "label": "Dohmen, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_51", "label": "Dornieden, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_52", "label": "Dorsch, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_53", "label": "Dutsch, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_54", "label": "D\u00fcckerhoff, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_55", "label": "Eckhard, Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_56", "label": "Erren, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_57", "label": "Esch, Hans", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_58", "label": "Ewald, Bettina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_59", "label": "Ewald, Hans J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_60", "label": "Feindt, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_61", "label": "Fleischhut, Jochen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_62", "label": "Franke, Jochen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_63", "label": "Frey, Bruno", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_64", "label": "Fricke, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_65", "label": "Friedrichsen, Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_66", "label": "Frotz, Hans", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_67", "label": "Gabrys, Gregor", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_68", "label": "Gann, Horst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_69", "label": "Gassner, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_70", "label": "Gebhardt, Brunhild", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_71", "label": "Gerhartz, Peter J.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_72", "label": "Gerten, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_73", "label": "Glatzel, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_74", "label": "Gorissen, Reinhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_75", "label": "Gro\u00dfkreutz, Axel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_76", "label": "Gr\u00fcnke, Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_77", "label": "G\u00f6hringer, G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_78", "label": "Haar, Klaus-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_79", "label": "Hamann, Knud", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_80", "label": "Hansen, Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_81", "label": "Haueisen, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_82", "label": "Haug, Arthur", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_83", "label": "Hebeler, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_84", "label": "Hefeh\u00e4user, Hans Willi", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_85", "label": "Heft, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_86", "label": "Helmig, Werner Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_87", "label": "Helmig, Ursula", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_88", "label": "Helmig, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_89", "label": "Hemmelgarn, Udo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_90", "label": "Hess, Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_91", "label": "Heyser, Sylvia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_92", "label": "Hiebel, Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_93", "label": "Hilgers, Benno J.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_94", "label": "Hottner, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_95", "label": "Hunert, Horst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_96", "label": "H\u00f6lker, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_97", "label": "H\u00f6ne, Heinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_98", "label": "H\u00f6tte, Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_99", "label": "H\u00fcbner, Detlef W.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_100", "label": "Jochheim, Sabine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_101", "label": "Joenck, Uwe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_102", "label": "J\u00fcrgens, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_103", "label": "Kabel, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_104", "label": "Kahler, Wilhelm", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_105", "label": "Kalweit, Alma", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_106", "label": "Kamrath, Franz-Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_107", "label": "Kaul, Gerd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_108", "label": "Kemper, Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_109", "label": "Kerpen, Hans-G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_110", "label": "Kerpen, Edith", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_111", "label": "Klein, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_112", "label": "Kl\u00f6cker, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_113", "label": "Kockskaemper, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_114", "label": "Konopka, Reiner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_115", "label": "Koppe, Heinz-Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_116", "label": "Kotobi, Nasir", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_117", "label": "Kramer, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_118", "label": "Krause, Hermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_119", "label": "Kross, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_120", "label": "Kr\u00e4tzig, Bernhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_121", "label": "Kunze, Stephan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_122", "label": "Kurzke, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_123", "label": "K\u00f6ll, Jens Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_124", "label": "Langenberger, Barbara", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_125", "label": "Lehnen, Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_126", "label": "Lehnert, Fred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_127", "label": "Lempka, Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_128", "label": "Leyhausen, Rudolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_129", "label": "Leyhausen, Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_130", "label": "Lindenblatt, Ekkehard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_131", "label": "Lubach, Dietrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_132", "label": "Luksch, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_133", "label": "Luserke, Edith", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_134", "label": "L\u00f6ser, Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_135", "label": "L\u00f6we, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_136", "label": "L\u00fche, Erik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_137", "label": "L\u00fcke, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_138", "label": "Machill, Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_139", "label": "Maier, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_140", "label": "Mann, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_141", "label": "Mattern, Coletta", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_142", "label": "Matuk, Zein-El Ibad", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_143", "label": "Maurer, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_144", "label": "Mayer, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_145", "label": "Melcher, Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_146", "label": "Meyer, Andrea", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_147", "label": "Milde, Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_148", "label": "Mirgel, Gerd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_149", "label": "Mohrenweis, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_150", "label": "Moosecker, Karlheinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_151", "label": "Morbitzer, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_152", "label": "Morgenstern, Erika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_153", "label": "Munsche, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_154", "label": "M\u00e4nnlein, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_155", "label": "M\u00f6ller, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_156", "label": "M\u00fcller-Methling, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_157", "label": "Nagel, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_158", "label": "Neumann, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_159", "label": "Neumann, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_160", "label": "Nicklas, Ann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_161", "label": "Niederschuh, Gerd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_162", "label": "Nill, Axel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_163", "label": "Nonhoff, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_164", "label": "Oberheiden, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_165", "label": "Ortmeier, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_166", "label": "Otto, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_167", "label": "Paschedag, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_168", "label": "Paulus, Alexander F.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_169", "label": "Pawlitzek, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_170", "label": "Peitz, Gregor", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_171", "label": "Pennekamp, Richard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_172", "label": "Platt, Norbert A.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_173", "label": "Platzgummer, G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_174", "label": "Pl\u00fcth, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_175", "label": "Pohle, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_176", "label": "Polzar, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_177", "label": "P\u00fctter, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_178", "label": "Quasdorf, Lutz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_179", "label": "Raba, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_180", "label": "Reitz, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_181", "label": "Richter, Doris", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_182", "label": "Rieth, Albrecht", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_183", "label": "Rixen, Edgar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_184", "label": "Rudolf, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_185", "label": "Ryll, Malte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_186", "label": "R\u00f6sing, Hubert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_187", "label": "Saur, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_188", "label": "Scheerer, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_189", "label": "Scherberich, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_190", "label": "Schieren, Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_191", "label": "Schlegel, Gottfried", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_192", "label": "Schlenkhoff, Heinrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_193", "label": "Schl\u00fcter, Inge", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_194", "label": "Schl\u00fcter, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_195", "label": "Schmidt, Anett", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_196", "label": "Schmidt, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_197", "label": "Schmitz, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_198", "label": "Schnabel, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_199", "label": "Schn\u00fcpke, Gabriele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_200", "label": "Scholten, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_201", "label": "Schorn, Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_202", "label": "Schulz, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_203", "label": "Schunck, Jacqueline", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_204", "label": "Schunck, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_205", "label": "Schwarz, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_206", "label": "Schwarzer, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_207", "label": "Sch\u00e4ffner, Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_208", "label": "Sester, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_209", "label": "Sibbert, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_210", "label": "Siebert, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_211", "label": "Siekmann, Tan Kai Pascal", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_212", "label": "Skorupka, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_213", "label": "Snoek, Hendrik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_214", "label": "Sodan, Helge", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_215", "label": "Stegemann, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_216", "label": "Steglich, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_217", "label": "Steimers, Detlev", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_218", "label": "Steinau, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_219", "label": "Steinr\u00fccke, Egbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_220", "label": "Steins, Ralph", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_221", "label": "Stendel, Bodo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_222", "label": "Strathausen, Franz-Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_223", "label": "Streitenfeld, Hansj\u00f6rg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_224", "label": "Str\u00f6her, Immo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_225", "label": "Thomas, Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_226", "label": "Tiemstra, Jan S. T.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_227", "label": "Tigges, Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_228", "label": "Trautwein, B\u00e4rbel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_229", "label": "Uhle, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_230", "label": "Ulrich, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_231", "label": "v. Lindeiner-Wildau, Dirk", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_232", "label": "van Lengerich, Marie-Luise", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_233", "label": "Vankadari, Vijaykumar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_234", "label": "Vierwind, Johannes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_235", "label": "Vogel, Reiner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_236", "label": "Vogt, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_237", "label": "von Westphalen, Johannes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_238", "label": "Vo\u00df, Martin A.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_239", "label": "Weitz, Gunnar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_240", "label": "Wei\u00df, Claudia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_241", "label": "Wentzel, Wilfried", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_242", "label": "Werner, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_243", "label": "Werner, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_244", "label": "Wicht, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_245", "label": "Wickop, G\u00fcnter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_246", "label": "Wieland, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_247", "label": "Williams, Christopher John", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_248", "label": "Windelband, Magrit", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_249", "label": "Winter, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_250", "label": "Wippel, Steffen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_251", "label": "Wittkuhn, Thorsten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_252", "label": "Wohlgemuth, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_253", "label": "Wohlgemuth, Marlies", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_254", "label": "Wohlmann, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_255", "label": "Wolff, Felix", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_256", "label": "Wolfram, Hans-Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_257", "label": "Woort-Menker, Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_258", "label": "Wust, Heinz-Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_259", "label": "Zastrow, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_260", "label": "Ziegler, Erwin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_261", "label": "Zumegen, Uwe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_262", "label": "Kleinschmitt, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_263", "label": "Hinrichs, Maritta Helene Minna", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_264", "label": "Tewes-Diehl, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_265", "label": "Tewes-Diehl, Berthold", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_266", "label": "M\u00fcnch, Fabian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_267", "label": "Huther, Anabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_268", "label": "Laiso, Dario", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_269", "label": "Al Romhein, Philip", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_270", "label": "Weghmann, Victoria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_271", "label": "Weghmann, Vincent", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_272", "label": "Pitzer, Evelin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_273", "label": "Wermers, Thorsten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_274", "label": "Werner, Isabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_275", "label": "Albrecht, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_276", "label": "Reichert, Thilo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_277", "label": "Zeidler, Toni Christov", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_278", "label": "Albers, Franziska", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_279", "label": "Albers, Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_280", "label": "Leder, Mike", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_7", "label": "AgroMyc-Merck GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_281", "label": "Sch\u00e4ffler, August", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_8", "label": "August Sch\u00e4ffler Verwaltungs GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_282", "label": "Sch\u00e4ffler, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_283", "label": "Hartmann, Anke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_9", "label": "AURELIUS Advisory AG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_284", "label": "Winkel, Florian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_285", "label": "Depken, Ekhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_10", "label": "AURELIUS Development Fourty-One GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_11", "label": "AURELIUS Development Thirty-Four GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_25", "label": "AURELIUS Development Eleven GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_26", "label": "AURELIUS Development Fifteen GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_27", "label": "AURELIUS Development Thirty-Two GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_50", "label": "AURELIUS Gamma Invest GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_52", "label": "AURELIUS Transaktionsberatungs AG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_62", "label": "AURELIUS Development Six GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_70", "label": "AURELIUS Development Fourty-Seven GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_71", "label": "AURELIUS Development Sixteen DS GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_72", "label": "AURELIUS Development Twelve GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_73", "label": "AURELIUS Epsilon International GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_76", "label": "AURELIUS IV GER AcquiCo Three GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_78", "label": "Aurelius Mittelstandskapital GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_94", "label": "AURELIUS Development Twenty-Three GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_95", "label": "AURELIUS IV GER AcquiCo One GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_101", "label": "AURELIUS Alpha International GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_102", "label": "AURELIUS Development Fourty-Four GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_103", "label": "AURELIUS Development Fourty GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_104", "label": "AURELIUS Development Fourty-Two GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_105", "label": "AURELIUS Development Twenty-Four GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_106", "label": "AURELIUS Gamma International GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_286", "label": "Groenewold, Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_12", "label": "Aurelius Immo GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_13", "label": "Aurelius Ulmenhof GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_75", "label": "Aurelius Immobiliengesellschaft Am Fanny Mendelssohn Platz GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_107", "label": "Aurelius Immobiliengesellschaft am Udo Lindenberg Platz GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_108", "label": "Aurelius SW11 GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_287", "label": "Moysich, Leila", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_288", "label": "Oetjen, Jan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_14", "label": "1\u00261 De-Mail GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_15", "label": "1\u00261 Mail \u0026 Media Applications SE", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_38", "label": "1\u00261 Mail \u0026 Media Development \u0026 Technology GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_54", "label": "1\u00261 Energy GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_289", "label": "Ludwig, Thomas Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_290", "label": "Charles, Alexander Guy", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_291", "label": "Kraft, Dana Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_292", "label": "Giese, Rasmus Jonathan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_293", "label": "Huhn, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_16", "label": "1\u00261 Telecommunication SE", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_39", "label": "1\u00261 Telecom Holding GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_294", "label": "Nava, Alessandro", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_295", "label": "Henkel, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_296", "label": "Harries, Robin John Andes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_297", "label": "Brandsma, Creti\u00e8n Ren\u00e9 Gilbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_298", "label": "Martin, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_299", "label": "Goebel, Sebastian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_300", "label": "Bockelt, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_301", "label": "D\u00b4Avis, Sascha", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_17", "label": "1\u00261 Telecom Service Montabaur GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_302", "label": "Koch, Tobias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_303", "label": "D\u0027Avis, Sascha", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_304", "label": "Dommermuth, Ralph", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_18", "label": "A 1 Marketing, Kommunikation und neue Medien GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_305", "label": "K\u00f6ster, Tilo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_19", "label": "Admenta Deutschland GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_306", "label": "Jipa, Simona-Lucia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_307", "label": "Kohlkopf, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_20", "label": "AKF Bau UG (haftungsbeschr\u00e4nkt)", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_308", "label": "Henkel, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_21", "label": "Albert Henkel Verwaltungs-GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_309", "label": "Wider, Roswitha", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_310", "label": "Wider, Brigitte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_311", "label": "Methe, Max", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_22", "label": "Ampero GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_312", "label": "Bittkau, Tobias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_313", "label": "Joas, Philipp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_314", "label": "Schaeffler, Georg F.W.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_23", "label": "ATESTEO Beteiligungs GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_92", "label": "ATESTEO Management GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_315", "label": "Schaeffler, Maria-Elisabeth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_316", "label": "Rosenfeld, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_317", "label": "Zech, Alexandra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_318", "label": "Wunderlin, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_24", "label": "Auda EnBW MA Initiatoren GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_319", "label": "Sradj, Salem Daniel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_320", "label": "Kn\u00f6fler, Patrick", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_321", "label": "Lindhorst, Britta", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_322", "label": "von Sydow, Ferdinand", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_323", "label": "Hyun, You-Ha", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_324", "label": "B\u00f6rsing, Nico-David", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_325", "label": "Dimmerling, Heiko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_326", "label": "Fischer, Lucas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_327", "label": "Dinse, Stephan Maximilian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_28", "label": "Aurelius Invest UG (haftungsbeschr\u00e4nkt)", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_328", "label": "Trommershausen, Jan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_29", "label": "AEMtec GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_329", "label": "John, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_330", "label": "Sch\u00fcler, Ren\u00e9", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_331", "label": "Giertz, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_332", "label": "Bauer, Torsten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_30", "label": "AIB Verwaltungs GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_35", "label": "ARKON Grundbesitzverwaltung GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_47", "label": "ASSET Immobilienbeteiligungen GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_333", "label": "Steinert, Oliver", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_334", "label": "Gatzki, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_335", "label": "Altmeyer, Eric", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_336", "label": "Fischer, Jochen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_337", "label": "Hirth, Ludwig Bernhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_338", "label": "Akkaya, Musa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_31", "label": "AK-ON Haustechnik e.K. Inh. Musa Akkaya", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_339", "label": "Amann, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_32", "label": "Alb-Windkraft GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_340", "label": "Autenrieth, Erika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_341", "label": "Baberowski, Anita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_342", "label": "Bergner, Dietmar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_343", "label": "Bosch, Johannes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_344", "label": "Bosch, Friedrich-Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_345", "label": "Braig, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_346", "label": "Braig, Brigitte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_347", "label": "Burger, Christa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_348", "label": "Burk, G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_349", "label": "Dursch, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_350", "label": "Ebner, Sieglinde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_351", "label": "Ehmer, Gisela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_352", "label": "Erhardt, Rolf-Heinrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_353", "label": "Fink, Katrin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_354", "label": "Flogaus, Heinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_355", "label": "Geiger, Hans-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_356", "label": "Geiger, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_357", "label": "G\u00f6ggelmann, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_358", "label": "Grieser, Elfriede", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_359", "label": "Grupp, Rudi", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_360", "label": "H\u00e4cker, Alfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_361", "label": "Hagmeyer, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_362", "label": "Harder, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_363", "label": "Hassler, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_364", "label": "Heck, Erich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_365", "label": "Herr, Melita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_366", "label": "Hettinger, Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_367", "label": "Hieber, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_368", "label": "Hofelich, Klaus-Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_369", "label": "Hofelich, G\u00fcnther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_370", "label": "H\u00f6\u00dfle, Hermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_371", "label": "J\u00e4ger, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_372", "label": "Kammer, Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_373", "label": "Keller, Reiner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_374", "label": "Klumpp, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_375", "label": "Kohn, Hans", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_376", "label": "Kohn, Helene", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_377", "label": "Kohn, Hans", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_378", "label": "Krieger, Else", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_379", "label": "Kr\u00f6ner-Weber, Hanna", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_380", "label": "K\u00fcbler, Eugen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_381", "label": "K\u00fcbler, Eugen Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_382", "label": "Kukral, Sonja", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_383", "label": "Langenbacher, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_384", "label": "Lecjaks, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_385", "label": "Lenz, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_386", "label": "Link, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_387", "label": "Lohrmann, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_388", "label": "Mack, Richard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_389", "label": "Maier, Eugen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_390", "label": "Marchtaler, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_391", "label": "Maurer, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_392", "label": "Meyer, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_393", "label": "Moll, Iris", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_394", "label": "M\u00f6ssmer, Manfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_395", "label": "Neuburger, Rosemarie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_396", "label": "Neuburger, G\u00fcnter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_397", "label": "Neuburger, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_398", "label": "Neulinger, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_399", "label": "Pfisterer, Norbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_400", "label": "Pollak, Margarete", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_401", "label": "Rapp, Alexander", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_402", "label": "Rapp, Eberhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_403", "label": "Reichart, Oliver", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_404", "label": "Renner, Achim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_405", "label": "Riedlinger, Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_406", "label": "Rinklin, Hubert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_407", "label": "R\u00f6cker, Klaus-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_408", "label": "R\u00f6cker, Ute", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_409", "label": "Rommler, Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_410", "label": "Rother, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_411", "label": "Rother, Eva", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_412", "label": "Ruoff, Rudolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_413", "label": "Sauer, Beate", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_414", "label": "Sauer, Winfried", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_415", "label": "Schabel, Wolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_416", "label": "Scheible, Birgit", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_417", "label": "Scheible, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_418", "label": "Schidloch, Roland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_419", "label": "Schied, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_420", "label": "Schied, Carla", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_421", "label": "Schl\u00f6gl, Dietmar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_422", "label": "Schmid, Max", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_423", "label": "Sch\u00fcle, Beate", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_424", "label": "Schweizer, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_425", "label": "Seiz, G\u00fcnter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_426", "label": "Seybold, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_427", "label": "Stanger, Lina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_428", "label": "Stehle, Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_429", "label": "Stelzer, Heike", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_430", "label": "Stolz, Raimund", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_431", "label": "Strobel, Regina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_432", "label": "Str\u00f6hle, Marita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_433", "label": "Thierer, Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_434", "label": "Thierer, Christel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_435", "label": "Walliser, Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_436", "label": "Weber, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_437", "label": "Wider, Rotraut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_438", "label": "W\u00f6lfle, Stephan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_439", "label": "Wuchenauer, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_440", "label": "Ziegler, Ernst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_441", "label": "Ziegler, Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_442", "label": "Ziegler, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_443", "label": "Ziegler, Otmar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_444", "label": "Ziegler, Adolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_445", "label": "Kellner, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_446", "label": "Banzhaft, Ursula", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_447", "label": "Str\u00f6hle, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_448", "label": "Burger, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_449", "label": "Stegmaier, Karlheinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_450", "label": "Schlumpberger-Burger, Elke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_451", "label": "Burkert, Jens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_452", "label": "Ruoff, Elsbeth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_453", "label": "Ruoff, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_454", "label": "Wanner, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_455", "label": "Bollinger, Gudrun", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_456", "label": "Kr\u00e4tschmer, Gisela Melanie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_457", "label": "Ruhland, Ilse", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_458", "label": "Schall, Lore", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_459", "label": "Kast, Gerlinde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_460", "label": "Huber, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_461", "label": "Schmid, Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_462", "label": "Erb, Hilde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_463", "label": "Prof. Dr. M\u00e4ndle, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_464", "label": "Maurer, Andrea Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_465", "label": "Maurer, Hans Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_466", "label": "Gansloser, Christopher Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_467", "label": "Bosch, Anita Doris", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_468", "label": "Roller, Klaus-Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_469", "label": "Bachmann-Bisle, Sabine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_470", "label": "Bachmann, Hans-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_471", "label": "Ohl, Hildegard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_472", "label": "Plicka, Brigitte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_473", "label": "Ogger, Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_474", "label": "Barth, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_845", "label": "EnBW Windkraftprojekte GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_475", "label": "Sch\u00e4ch, Margarete", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_476", "label": "Werner, Annette", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_477", "label": "Maurer-Bisetti, Andrea", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_478", "label": "Thierer, Sarah-Yasmin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_479", "label": "Kruschina, Brigitte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_480", "label": "Straub, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_481", "label": "Kumpf, Christoph Wilhelm Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_482", "label": "Hellstern, Waltraud Helene", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_483", "label": "Maurer, Hermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_484", "label": "Lederer, Beatrice Raphaela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_485", "label": "Lederer, Stephanie Annette", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_486", "label": "Lederer, Ann-Catherine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_487", "label": "Frey, Norbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_488", "label": "Trostel, Petra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_489", "label": "Schimpf, Ellen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_490", "label": "Leitner, Petra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_491", "label": "Pendic, Ute", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_492", "label": "Kruschina, Brigitte Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_493", "label": "Blessing, Karin Elke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_494", "label": "Weiler, Hannelore", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_495", "label": "Thierer, Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_496", "label": "Lemke, Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_497", "label": "Rau, Adelheid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_498", "label": "Hofelich, G\u00fcnther Erwin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_499", "label": "Hofelich, Klaus Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_500", "label": "Gramm, Alexander Egon", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_33", "label": "AL GRAMM GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_1903", "label": "INDUS Holding Aktiengesellschaft", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_34", "label": "Anneliese K\u00f6ster GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_501", "label": "Riener, Korbinian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_36", "label": "Aurelius Holding UG (haftungsbeschr\u00e4nkt)", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_502", "label": "Muth, Florian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_37", "label": "AURELIUS Investment Advisory AG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_503", "label": "Albrecht, Donatus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_504", "label": "W\u00f6lfler, Franz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_505", "label": "Nava, Alessandro Stefano", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_506", "label": "Frommann, David", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_40", "label": "1. Guss Maulburg GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_507", "label": "Kranen, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_41", "label": "ABG Apotheken-Beratungsgesellschaft mbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_508", "label": "Seifert, Aline", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_509", "label": "Kerschen, Marco", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_510", "label": "Sommer, Angelika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_511", "label": "Tillner, Carsten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_512", "label": "Freiherr von Rodde, Dominik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_513", "label": "Kapadia, Robin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_42", "label": "adidas Beteiligungsgesellschaft mbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_514", "label": "Richter, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_515", "label": "Voges genannt Wolf, Ernst Moritz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_56", "label": "adidas Insurance \u0026 Risk Consultants GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_87", "label": "adidas AG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_516", "label": "Dzieia, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_43", "label": "adidas CDC Immobilieninvest GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_517", "label": "Drebes, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_518", "label": "B\u00fcscher, Benjamin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_519", "label": "Wunderlich, Jochen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_520", "label": "Kanellopoulos, Konstantina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_44", "label": "Amber Zweite VV GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_84", "label": "Aragon 16. VV GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_90", "label": "Aragon 14. VV GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_91", "label": "Aragon 15. VV GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_99", "label": "Amber Erste VV GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_521", "label": "Urbansky, Lars", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_522", "label": "Weber, Olaf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_523", "label": "Akelbein, Torsten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_524", "label": "Bode, Stefan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_525", "label": "Ennis, Mark", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_526", "label": "Ger\u00df, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_527", "label": "Guhr, Stephen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_528", "label": "Intek, Kerstin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_529", "label": "Koglin, Jens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_530", "label": "Kosch, Jan-Ole", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_531", "label": "Schiedung, Katja", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_532", "label": "Schindler, J\u00f6rg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_533", "label": "Sp\u00e4th, Philipp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_534", "label": "Strachardt, Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_535", "label": "Teipel, Henrik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_536", "label": "Weihe, Alexander", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_537", "label": "Marg, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_45", "label": "AREF Solar Germany II GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_538", "label": "Heyduck, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_539", "label": "Cottone, Norbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_46", "label": "AROTEC Automation und Robotik GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_540", "label": "Konrad, Sabine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_48", "label": "Aurelius Cotta - Konrad Pika Trippel Partnerschaft von Rechtsanw\u00e4lten mbB", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_541", "label": "Pika, Maximilian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_542", "label": "Trippel, Pierre", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_543", "label": "Schwab, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_49", "label": "Aurelius Dienstleistungs eG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_544", "label": "Bau, Jan J\u00e9r\u00f4me", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_51", "label": "Aurelius Horizon UG (haftungsbeschr\u00e4nkt)", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_545", "label": "Wetzel, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_53", "label": "1. Freiburger Solarfonds Beteiligungs-KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_546", "label": "Sladek, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_547", "label": "Eickeler, Hans-J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_548", "label": "Hartmann, Hannelore", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_549", "label": "Manteufel, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_550", "label": "Piest, Rainer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_551", "label": "Probst, Domenikus Christoph Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_552", "label": "Schleith, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_553", "label": "Traurig, Gertrud", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_554", "label": "Marx, Gerhild", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_555", "label": "B\u00e4chler, Manfred Sebastian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_556", "label": "Baumann, Roland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_557", "label": "Bernauer, Ursula Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_558", "label": "Bierschneider-Jakobs, Andrea", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_559", "label": "Graux, Henri Noel Frederic Charles", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_560", "label": "Grether, Wolfgang Reinhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_561", "label": "Gruber, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_562", "label": "He\u00df, Hermann Karl Ludwig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_563", "label": "Jores, Marion", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_564", "label": "Kiefer, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_565", "label": "Kl\u00f6tzer, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_566", "label": "Klumb, Wolfgang Georg Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_567", "label": "Limbrock, Gerhard Johannes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_568", "label": "Maa\u00dfen, Siegrid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_569", "label": "Reemtsma, Mareike", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_570", "label": "Ruf, Martin Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_571", "label": "Schanz, Johann Jakob", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_572", "label": "Scheuber, Klaus Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_573", "label": "Seifried, Dieter Hermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_574", "label": "S\u00fcnder, Gerhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_575", "label": "Ullrich, Konrad", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_576", "label": "Ullrich, Margret", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_577", "label": "V\u00f6ller, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_578", "label": "Weise, Hans-J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_579", "label": "Willmann, Alexander", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_580", "label": "Willmann, Andrea", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_581", "label": "Witzel, Almut Hedwig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_582", "label": "Witzel, Walter Georg Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_583", "label": "Karpstein, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_584", "label": "Traurig, Ferdinand", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_585", "label": "G\u00f6tte, Helmut Hermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_586", "label": "Schelshorn, Rolf Karl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_587", "label": "Steinhauser, Sabine Ursula", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_588", "label": "Lehmann, Johanna", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_589", "label": "Z\u00e4hringer, Philipp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_55", "label": "1 A Blumen Griesbaum, Inh. Philipp Z\u00e4hringer e.K.", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_590", "label": "Ditzel, Heiko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_591", "label": "Kramer, Alexander Johannes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_57", "label": "ahg Autohandelsgesellschaft mbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_592", "label": "Linderich, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_593", "label": "Langhorst, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_594", "label": "Eberle, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_595", "label": "Schill, Hans J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_58", "label": "Airport Assekuranz Vermittlungs-GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_596", "label": "Hub, Simone", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_597", "label": "Kreische, Sabine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_598", "label": "Amelung, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_59", "label": "AKG Automobile GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_599", "label": "Kaltenbach, Anke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_600", "label": "Gebauer, Kevin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_601", "label": "Hecker, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_60", "label": "ALTBERG GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_602", "label": "Schneider, Michaela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_603", "label": "Ziewers, Reinhold", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_61", "label": "ASS Maschinenbau GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_604", "label": "Schwarz, Theodor", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_605", "label": "W\u00fcrstlin, Rolf Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_606", "label": "Forster, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_63", "label": "AURELIUS Services Holding GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_74", "label": "AURELIUS Equity Opportunities SE \u0026 Co. KGaA", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_607", "label": "Blumenthal, Eric", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_64", "label": "AURELIUS WK Eleven GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_608", "label": "Wagner, Alexander", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_609", "label": "Corsepius, Gudrun", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_65", "label": "ACONITA Grundst\u00fccks-Vermietungsgesellschaft mbH \u0026 Co. Objekt Niederrad KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_610", "label": "Gabel, Jens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_611", "label": "G\u00f6ttmann, Klaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_612", "label": "Henkel, Anita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_613", "label": "Herrmann, Burkhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_614", "label": "J\u00e4ssing-Wolgast, Martina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_615", "label": "K\u00e4sbauer, Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_616", "label": "Kayser, Margot", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_617", "label": "Ketscher, Klaus-Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_618", "label": "Lohmar, Karl-Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_619", "label": "Mannschatz, Ortrud", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_620", "label": "Piwarz, Renate", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_621", "label": "Rosenwinkel, Karl-Heinz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_622", "label": "Scheidler, Iris", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_623", "label": "Schr\u00f6der, Richard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_624", "label": "Schr\u00f6ter, Jutta", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_625", "label": "Sch\u00fc\u00dfler, Harald", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_626", "label": "Servos, Alfred", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_627", "label": "Staudt, Gerhardt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_628", "label": "Wiltschek, Gerd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_629", "label": "Barmetler, Johann Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_630", "label": "Benz, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_631", "label": "Hahn, Hans-Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_632", "label": "Halfwassen, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_633", "label": "Riethm\u00fcller, Hildegard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_634", "label": "W\u00fcnsche, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_635", "label": "Jansen, Helge", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_636", "label": "Netzhammer, Emil", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_637", "label": "Willmes, Antonia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_638", "label": "Willmes, Otto", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_639", "label": "Rau, Eva-Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_640", "label": "Volle, Angelika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_641", "label": "Volle, Bettina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_642", "label": "Wiesner, Edith", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_643", "label": "Rinke, Hans-Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_644", "label": "Stiehler, Gisela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_645", "label": "K\u00f6hler, Irmgard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_646", "label": "M\u00fcller, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_647", "label": "Rohr, Otto", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_648", "label": "Vogel, Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_649", "label": "Vogel, Corinna", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_650", "label": "Geenen, Maria Elisabeth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_651", "label": "Geenen, Hans Georg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_652", "label": "Jacobs, Albert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_653", "label": "Seifert, Eberhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_654", "label": "W\u00fcster, Gisela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_655", "label": "Walther, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_656", "label": "Keidel, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_657", "label": "Sch\u00f6nleber, Angelika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_658", "label": "Dunckel, Helga", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_659", "label": "Dunckel, Wilfried", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_660", "label": "Rude, Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_661", "label": "Graf von Bredow, Hans Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_662", "label": "Dahmen, Marita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_663", "label": "Noelle, Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_664", "label": "Wilde, Johannes Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_665", "label": "Homann, Jens-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_666", "label": "Hoppe, Hans-Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_667", "label": "K\u00f6cher, Waltraud", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_668", "label": "Haverkamp, Ursula", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_669", "label": "Rolf, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_670", "label": "J\u00fcrgens, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_671", "label": "Hagen, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_672", "label": "Dorn, Barbara", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_673", "label": "Hoefermann, Regine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_674", "label": "Hinrichs, Lars", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_675", "label": "Hinrichs, Jan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_676", "label": "Wiese, Gertrud", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_677", "label": "Streck, Hannelore", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_678", "label": "Streck, Sylvia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_679", "label": "Broer, Helga", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_680", "label": "Thiele, Heidrun Gisela", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_681", "label": "Augenstein, Sigrid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_682", "label": "Busch, Christa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_683", "label": "Seifert, Edeltraut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_684", "label": "Wittelsberger, Reinhold", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_685", "label": "Riesenkampff, Brigitte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_686", "label": "Schurig, Christa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_687", "label": "Seiler, Eberhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_688", "label": "Dreher, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_689", "label": "Dreher, Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_690", "label": "Ihring, Heinz Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_691", "label": "M\u00fcller, Anna Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_692", "label": "R\u00f6der, Petra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_693", "label": "Hahn, Patrick", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_694", "label": "Hahn, Anke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_695", "label": "Vogel, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_696", "label": "Vogel, Walter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_697", "label": "Schillig, Trude", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_698", "label": "Stammberger, Brigitte Gerda", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_699", "label": "Schramm, J\u00f6rg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_700", "label": "Frenzel, Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_701", "label": "Gr\u00f6tzinger, Anita", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_702", "label": "Jonas, Ilse", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_703", "label": "Schur, Dorothee", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_704", "label": "Vom Berg, Ute", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_705", "label": "Langer, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_706", "label": "Gerhardt, Gabriele Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_707", "label": "Pisarz, J\u00f6rgen Herbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_708", "label": "Broichhausen, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_709", "label": "Broichhausen, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_710", "label": "Konzack, Theresie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_711", "label": "Enckler, Anke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_712", "label": "Widmann, Gabriele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_713", "label": "Rothmaier, Wolfgang", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_714", "label": "Sauer, Vera Anne Katharina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_715", "label": "K\u00e4lberer, Joachim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_716", "label": "Schwabedissen, Bodo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_717", "label": "Weber, Gesine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_718", "label": "Johannl\u00fckens, Elke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_719", "label": "Johannl\u00fckens, Hartmut Helmut Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_720", "label": "Pfister, Sabine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_721", "label": "Diaw, Hannegret Felicia Ellinor Odeh", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_722", "label": "Drews, Renate Christa Helga", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_723", "label": "Ha\u00dflacher, Tobias Fabian Jakob", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_724", "label": "B\u00e4r, Michael", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_725", "label": "Willerich, Hanno", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_726", "label": "Vogel, Gesche", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_727", "label": "Kempf, Laura", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_728", "label": "Fischer, Patrick", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_729", "label": "Fischer, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_730", "label": "K\u00fcbert, Carmen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_731", "label": "Greindl, Stephan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_732", "label": "Fierle, Frank Roland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_733", "label": "Wei\u00df, Monika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_734", "label": "H\u00f6l\u00dfig, Sebastian Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_735", "label": "H\u00f6l\u00dfig, Alexander Friedrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_736", "label": "Magers, Jutta Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_737", "label": "Vogel, Karin Maria", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_738", "label": "Kohlmann, J\u00fcrgen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_739", "label": "Rupp, Oliver", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_740", "label": "P\u00e4tsch, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_741", "label": "Hitzegrad, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_742", "label": "Chudobba, Udo", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_743", "label": "Charnow, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_66", "label": "Albert Sch\u00e4ffler Elektromeister GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_744", "label": "Charnow, Verena", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_745", "label": "Kasperlik, Tobias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_67", "label": "Amprio GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_746", "label": "G\u00f6ttler, Heiko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_747", "label": "Baumann, Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_748", "label": "Hettesheimer, Sven", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_749", "label": "Schwarz, Daniel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_750", "label": "Kessel, James", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_68", "label": "audio.digital NRW GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_751", "label": "St\u00e4hr, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_752", "label": "Petrick, Francie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_753", "label": "Petri, Dirk", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_163", "label": "AURELIUS Management SE", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_80", "label": "Aurelius Verwaltungs GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_77", "label": "Aurelius KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_758", "label": "Esser, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_760", "label": "Esser, Felix Benedikt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_754", "label": "Esser, Felix", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_755", "label": "Esser, Moritz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_756", "label": "Esser, Dominique", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_757", "label": "Esser, Julian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_759", "label": "Rehbock, Jan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_79", "label": "AURELIUS Real Estate Investments GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_761", "label": "Vitense, Nico", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_81", "label": "AURELIUS WK Fifteen GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_762", "label": "H\u00e4bold, Marko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_82", "label": "99 gramm Management GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_763", "label": "Qalae-Nawi, Mohamed Raza", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_83", "label": "APHS Ambulanter Pflegedienst Hella Schnepel GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_764", "label": "Ekhard, Depken", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_85", "label": "AURELIUS Development Fourty-Five DS GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_765", "label": "Becker, Patrick", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_86", "label": "2Gramm GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_766", "label": "Meyer, Sebastian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_767", "label": "K\u00fcrten, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_768", "label": "Eichhorn, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_769", "label": "Robertson, Michelle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_770", "label": "Deschner, Melanie", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_771", "label": "J\u00e4ger, Bj\u00f6rn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_772", "label": "Ohlmeyer, Harm", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_773", "label": "Schumacher, Torben", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_774", "label": "Weigl, G\u00fcnter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_775", "label": "D\u00f6ring, J\u00f6rg Volker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_776", "label": "Mende, Daniel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_777", "label": "Griffiths, Nigel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_778", "label": "Mayer, Claus-Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_779", "label": "Lipp, Wolfram", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_780", "label": "Hintz, Silja", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_781", "label": "Zwank, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_782", "label": "Kuennemann, Sven", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_783", "label": "Waller, Philipp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_784", "label": "Arana, Aimee", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_785", "label": "Hubert, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_786", "label": "Rautert, Markus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_787", "label": "Uncini Manganelli, Alberto", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_788", "label": "B\u00fchrle, Sigrid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_789", "label": "Mogus, Marina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_790", "label": "Murphy, Carla", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_791", "label": "Moser, Sven", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_792", "label": "Silva, Claudia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_793", "label": "Zalaznik, Scott", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_794", "label": "Heinemann, Jan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_795", "label": "Rajkumar, Amanda", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_796", "label": "Shankland, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_797", "label": "Wolpert, Christof", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_798", "label": "Pui-Moldovan, Laura", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_799", "label": "Noya, Eveline", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_800", "label": "Gulden, Bj\u00f6rn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_801", "label": "Poelman, Saskia", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_802", "label": "H\u00f6ld, Arthur", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_803", "label": "Ribeiro, Filipa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_804", "label": "Sidokpohou, Mathieu Nounagnon", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_805", "label": "Sch\u00fctte, Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_88", "label": "AFS Immobilien GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_806", "label": "Laack, Holger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_89", "label": "Airbus DS Airborne Solutions GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_807", "label": "Hastedt, Ralf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_808", "label": "Behrens, Tim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_809", "label": "Winter, Helge", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_810", "label": "Quandt, Matthias", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_811", "label": "Ger\u00df, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_812", "label": "Schmitz, Wolfgang Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_813", "label": "Kan, Lei", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_814", "label": "Willers, Tim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_815", "label": "G\u00f6rgens, Josef", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_816", "label": "Bennetsen, Mogens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_93", "label": "AURELIUS Alpha Invest New GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_817", "label": "Adam, Lars-Eric", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_818", "label": "Michel, Kay", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_96", "label": "AURELIUS Portfolio Management AG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_819", "label": "P\u00f6tzl, Julian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_820", "label": "Zuther, Magnus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_821", "label": "Becker, Jan-Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_822", "label": "Werner, Sebastian Andreas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_97", "label": "1 st Class Marketing GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_823", "label": "Zemke, Henry", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_824", "label": "Keim, Susanne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_98", "label": "ALBA Neckar-Alb GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_825", "label": "Eroglu, Halil", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_826", "label": "Minetzke, Stefan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_827", "label": "Martin, Ren\u00e9", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_828", "label": "Gramm, Ursula", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_100", "label": "Aufzug - Technik Gramm GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_829", "label": "Tralau, Michael Heiko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_109", "label": "1\u00261 Mail \u0026 Media Service GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_830", "label": "D\u00f6nmez, Yasemin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_831", "label": "Mannshausen, Guido", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_110", "label": "1\u00261 Versatel GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_832", "label": "Trebst, S\u00f6ren", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_833", "label": "Heyder, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_834", "label": "Iaconisi, Marko", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_835", "label": "Sch\u00fctze, Marc", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_836", "label": "Schulz, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_837", "label": "Nettlenbusch, Sandra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_838", "label": "Fischer, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_839", "label": "Yayan, Ahmet", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_840", "label": "Bock, Oliver", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_841", "label": "Beier, Heinrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_111", "label": "1. Alfdorfer Solarbetriebs-GmbH \u0026 Co. KG", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_842", "label": "B\u00fchler, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_843", "label": "Haack, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_844", "label": "Hinderer, Christoph", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_845", "label": "Keicher, Eckhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_846", "label": "K\u00fchner, Robert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_847", "label": "Kurz, Helmut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_848", "label": "Mahler-Abele, Christine", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_849", "label": "Maih\u00f6fer, Christian", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_850", "label": "Mark, Steffen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_851", "label": "Proske, Petra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_852", "label": "V\u00f6gele, Peter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_853", "label": "Wahl, Bernd", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_854", "label": "Wahl, Erich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_855", "label": "Wahl, Frank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_856", "label": "Walz, Elisabeth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_857", "label": "Abele, Kurt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_858", "label": "Schaeffler, Marcus Oliver", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_112", "label": "7pace GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_859", "label": "Umhau, Dieter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_113", "label": "AHG Agrar-Holding GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_860", "label": "Husemeyer, Henrik Cord", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_861", "label": "Thines, Sven", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_114", "label": "AirIT Services GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_862", "label": "Oswald, Fritz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "person_863", "label": "Schultz-Fademrecht, Klaus", "shape": "dot", "size": 10, "type": "Person"}]);
|
|
edges = new vis.DataSet([{"from": "person_1", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_1", "width": 1}, {"from": "person_1", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_4", "width": 1}, {"from": "company_1", "label": "Prokurist", "to": "person_2", "width": 1}, {"from": "person_2", "label": "Prokurist", "to": "company_4", "width": 1}, {"from": "person_3", "label": "Kommanditist", "to": "company_2", "width": 1}, {"from": "company_2", "label": "Kommanditist", "to": "person_4", "width": 1}, {"from": "company_2", "label": "Kommanditist", "to": "person_5", "width": 1}, {"from": "company_2", "label": "Kommanditist", "to": "person_6", "width": 1}, {"from": "company_2", "label": "Kommanditist", "to": "person_7", "width": 1}, {"from": "company_2", "label": "Kommanditist", "to": "person_8", "width": 1}, {"from": "person_9", "label": "Kommanditist", "to": "company_3", "width": 1}, {"from": "company_3", "label": "Prokurist", "to": "person_10", "width": 1}, {"from": "company_2213", "label": "Organisation", "to": "company_5", "width": 1}, {"from": "person_11", "label": "Kommanditist", "to": "company_6", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_12", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_13", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_14", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_15", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_16", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_17", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_18", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_19", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_20", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_21", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_22", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_23", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_24", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_25", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_26", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_27", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_28", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_29", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_30", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_31", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_32", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_33", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_34", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_35", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_36", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_37", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_38", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_39", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_40", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_41", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_42", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_43", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_44", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_45", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_46", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_47", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_48", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_49", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_50", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_51", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_52", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_53", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_54", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_55", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_56", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_57", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_58", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_59", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_60", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_61", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_62", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_63", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_64", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_65", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_66", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_67", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_68", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_69", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_70", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_71", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_72", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_73", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_74", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_75", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_76", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_77", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_78", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_79", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_80", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_81", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_82", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_83", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_84", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_85", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_86", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_87", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_88", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_89", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_90", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_91", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_92", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_93", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_94", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_95", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_96", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_97", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_98", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_99", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_100", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_101", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_102", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_103", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_104", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_105", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_106", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_107", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_108", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_109", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_110", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_111", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_112", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_113", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_114", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_115", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_116", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_117", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_118", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_119", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_120", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_121", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_122", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_123", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_124", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_125", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_126", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_127", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_128", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_129", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_130", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_131", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_132", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_133", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_134", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_135", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_136", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_137", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_138", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_139", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_140", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_141", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_142", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_143", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_144", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_145", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_146", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_147", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_148", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_149", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_150", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_151", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_152", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_153", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_154", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_155", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_156", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_157", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_158", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_159", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_160", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_161", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_162", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_163", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_164", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_165", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_166", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_167", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_168", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_169", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_170", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_171", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_172", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_173", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_174", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_175", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_176", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_177", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_178", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_179", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_180", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_181", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_182", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_183", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_184", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_185", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_186", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_187", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_188", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_189", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_190", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_191", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_192", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_193", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_194", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_195", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_196", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_197", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_198", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_199", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_200", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_201", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_202", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_203", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_204", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_205", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_206", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_207", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_208", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_209", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_210", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_211", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_212", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_213", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_214", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_215", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_216", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_217", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_218", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_219", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_220", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_221", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_222", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_223", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_224", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_225", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_226", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_227", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_228", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_229", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_230", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_231", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_232", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_233", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_234", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_235", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_236", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_237", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_238", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_239", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_240", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_241", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_242", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_243", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_244", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_245", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_246", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_247", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_248", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_249", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_250", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_251", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_252", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_253", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_254", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_255", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_256", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_257", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_258", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_259", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_260", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_261", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_262", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_263", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_264", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_265", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_266", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_267", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_268", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_269", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_270", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_271", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_272", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_273", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_274", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_275", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_276", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_277", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_278", "width": 1}, {"from": "company_6", "label": "Kommanditist", "to": "person_279", "width": 1}, {"from": "person_280", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_7", "width": 1}, {"from": "person_281", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_8", "width": 1}, {"from": "company_8", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_282", "width": 1}, {"from": "person_283", "label": "Vorstand", "to": "company_9", "width": 1}, {"from": "company_9", "label": "Vorstand", "to": "person_284", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_10", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_11", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_25", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_26", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_27", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_50", "width": 1}, {"from": "person_285", "label": "Vorstand", "to": "company_52", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_62", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_70", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_71", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_72", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_73", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_76", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_78", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_94", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_95", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_101", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_102", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_103", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_104", "width": 1}, {"from": "person_285", "label": "Liquidator", "to": "company_105", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_106", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_12", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_13", "width": 1}, {"from": "person_286", "label": "Kommanditist", "to": "company_75", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_107", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_108", "width": 1}, {"from": "company_12", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_287", "width": 1}, {"from": "person_287", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_107", "width": 1}, {"from": "person_287", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_108", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_14", "width": 1}, {"from": "person_288", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_38", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_54", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_289", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_290", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_291", "width": 1}, {"from": "person_289", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_289", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_38", "width": 1}, {"from": "person_289", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_54", "width": 1}, {"from": "person_290", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_290", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_38", "width": 1}, {"from": "person_291", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_291", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_38", "width": 1}, {"from": "person_291", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_54", "width": 1}, {"from": "person_292", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_293", "label": "Vorstand", "to": "company_16", "width": 1}, {"from": "person_293", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_39", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_294", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_295", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_296", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_297", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_298", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_299", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_300", "width": 1}, {"from": "company_16", "label": "Vorstand", "to": "person_301", "width": 1}, {"from": "person_295", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_17", "width": 1}, {"from": "person_295", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_39", "width": 1}, {"from": "person_302", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_17", "width": 1}, {"from": "company_17", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_303", "width": 1}, {"from": "person_304", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_18", "width": 1}, {"from": "person_305", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_19", "width": 1}, {"from": "company_19", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_306", "width": 1}, {"from": "person_307", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_20", "width": 1}, {"from": "person_308", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_21", "width": 1}, {"from": "company_21", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_309", "width": 1}, {"from": "company_21", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_310", "width": 1}, {"from": "person_311", "label": "Prokurist", "to": "company_22", "width": 1}, {"from": "company_22", "label": "Prokurist", "to": "person_312", "width": 1}, {"from": "company_22", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_313", "width": 1}, {"from": "person_314", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_23", "width": 1}, {"from": "person_314", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_92", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_315", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_316", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_317", "width": 1}, {"from": "person_315", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_92", "width": 1}, {"from": "person_318", "label": "Kommanditist", "to": "company_24", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_319", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_320", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_321", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_322", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_323", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_324", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_325", "width": 1}, {"from": "company_24", "label": "Kommanditist", "to": "person_326", "width": 1}, {"from": "person_327", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_28", "width": 1}, {"from": "person_328", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_29", "width": 1}, {"from": "company_29", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_329", "width": 1}, {"from": "company_29", "label": "Prokurist", "to": "person_330", "width": 1}, {"from": "company_29", "label": "Prokurist", "to": "person_331", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_30", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_35", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_47", "width": 1}, {"from": "company_30", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_333", "width": 1}, {"from": "company_30", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_334", "width": 1}, {"from": "company_30", "label": "Prokurist", "to": "person_335", "width": 1}, {"from": "company_30", "label": "Prokurist", "to": "person_336", "width": 1}, {"from": "company_30", "label": "Prokurist", "to": "person_337", "width": 1}, {"from": "person_333", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_35", "width": 1}, {"from": "person_333", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_47", "width": 1}, {"from": "person_334", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_35", "width": 1}, {"from": "person_334", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_47", "width": 1}, {"from": "person_335", "label": "Prokurist", "to": "company_35", "width": 1}, {"from": "person_335", "label": "Prokurist", "to": "company_47", "width": 1}, {"from": "person_336", "label": "Prokurist", "to": "company_35", "width": 1}, {"from": "person_336", "label": "Prokurist", "to": "company_47", "width": 1}, {"from": "person_337", "label": "Prokurist", "to": "company_35", "width": 1}, {"from": "person_337", "label": "Prokurist", "to": "company_47", "width": 1}, {"from": "person_338", "label": "Inhaber", "to": "company_31", "width": 1}, {"from": "person_339", "label": "Kommanditist", "to": "company_32", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_340", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_341", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_342", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_343", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_344", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_345", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_346", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_347", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_348", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_349", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_350", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_351", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_352", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_353", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_354", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_355", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_356", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_357", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_358", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_359", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_360", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_361", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_362", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_363", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_364", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_365", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_366", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_367", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_368", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_369", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_370", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_371", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_372", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_373", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_374", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_375", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_376", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_377", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_378", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_379", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_380", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_381", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_382", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_383", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_384", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_385", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_386", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_387", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_388", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_389", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_390", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_391", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_392", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_393", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_394", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_395", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_396", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_397", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_398", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_399", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_400", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_401", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_402", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_403", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_404", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_405", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_406", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_407", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_408", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_409", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_410", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_411", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_412", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_413", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_414", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_415", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_416", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_417", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_418", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_419", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_420", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_421", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_422", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_423", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_424", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_425", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_426", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_427", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_428", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_429", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_430", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_431", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_432", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_433", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_434", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_435", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_436", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_437", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_438", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_439", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_440", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_441", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_442", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_443", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_444", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_445", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_446", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_447", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_448", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_449", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_450", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_451", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_452", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_453", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_454", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_455", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_456", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_457", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_458", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_459", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_460", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_461", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_462", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_463", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_464", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_465", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_466", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_467", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_468", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_469", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_470", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_471", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_472", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_473", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_474", "width": 1}, {"from": "company_32", "label": "Organisation", "to": "company_845", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_475", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_476", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_477", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_478", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_479", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_480", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_481", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_482", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_483", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_484", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_485", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_486", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_487", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_488", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_489", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_490", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_491", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_492", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_493", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_494", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_495", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_496", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_497", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_498", "width": 1}, {"from": "company_32", "label": "Kommanditist", "to": "person_499", "width": 1}, {"from": "person_500", "label": "Liquidator", "to": "company_33", "width": 1}, {"from": "company_1903", "label": "Organisation", "to": "company_34", "width": 1}, {"from": "person_501", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_36", "width": 1}, {"from": "person_502", "label": "Vorstand", "to": "company_37", "width": 1}, {"from": "company_37", "label": "Vorstand", "to": "person_503", "width": 1}, {"from": "company_37", "label": "Vorstand", "to": "person_504", "width": 1}, {"from": "person_505", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_39", "width": 1}, {"from": "person_506", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_40", "width": 1}, {"from": "person_507", "label": "Prokurist", "to": "company_41", "width": 1}, {"from": "company_41", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_508", "width": 1}, {"from": "company_41", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_509", "width": 1}, {"from": "company_41", "label": "Prokurist", "to": "person_510", "width": 1}, {"from": "company_41", "label": "Prokurist", "to": "person_511", "width": 1}, {"from": "company_41", "label": "Prokurist", "to": "person_512", "width": 1}, {"from": "person_513", "label": "Prokurist", "to": "company_42", "width": 1}, {"from": "company_42", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_514", "width": 1}, {"from": "company_42", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_515", "width": 1}, {"from": "person_514", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_56", "width": 1}, {"from": "person_514", "label": "Prokurist", "to": "company_87", "width": 1}, {"from": "person_515", "label": "Prokurist", "to": "company_87", "width": 1}, {"from": "person_516", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_43", "width": 1}, {"from": "person_516", "label": "Prokurist", "to": "company_87", "width": 1}, {"from": "company_43", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_517", "width": 1}, {"from": "company_43", "label": "Prokurist", "to": "person_518", "width": 1}, {"from": "company_43", "label": "Prokurist", "to": "person_519", "width": 1}, {"from": "person_517", "label": "Prokurist", "to": "company_56", "width": 1}, {"from": "person_517", "label": "Prokurist", "to": "company_87", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_44", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_84", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_90", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_91", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_99", "width": 1}, {"from": "company_44", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_521", "width": 1}, {"from": "company_44", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_522", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_523", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_524", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_525", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_526", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_527", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_528", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_529", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_530", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_531", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_532", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_533", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_534", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_535", "width": 1}, {"from": "company_44", "label": "Prokurist", "to": "person_536", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_84", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_90", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_91", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_99", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_84", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_90", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_91", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_99", "width": 1}, {"from": "person_523", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_523", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_523", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_523", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_524", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_524", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_524", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_524", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_525", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_525", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_525", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_525", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_526", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_526", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_526", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_527", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_527", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_527", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_527", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_528", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_528", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_528", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_528", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_529", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_529", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_529", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_529", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_530", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_530", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_530", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_530", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_531", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_531", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_531", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_531", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_532", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_532", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_532", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_532", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_533", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_533", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_533", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_533", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_534", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_534", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_534", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_534", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_535", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_535", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_535", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_535", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_536", "label": "Prokurist", "to": "company_84", "width": 1}, {"from": "person_536", "label": "Prokurist", "to": "company_90", "width": 1}, {"from": "person_536", "label": "Prokurist", "to": "company_91", "width": 1}, {"from": "person_536", "label": "Prokurist", "to": "company_99", "width": 1}, {"from": "person_537", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_45", "width": 1}, {"from": "company_45", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_538", "width": 1}, {"from": "person_539", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_46", "width": 1}, {"from": "person_540", "label": "Partner", "to": "company_48", "width": 1}, {"from": "company_48", "label": "Partner", "to": "person_541", "width": 1}, {"from": "company_48", "label": "Partner", "to": "person_542", "width": 1}, {"from": "person_543", "label": "Vorstand", "to": "company_49", "width": 1}, {"from": "person_544", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_51", "width": 1}, {"from": "person_545", "label": "Pers\u00f6nlich haftender Gesellschafter", "to": "company_53", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_546", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_547", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_548", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_549", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_550", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_551", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_552", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_553", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_554", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_555", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_556", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_557", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_558", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_559", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_560", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_561", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_562", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_563", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_564", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_565", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_566", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_567", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_568", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_569", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_570", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_571", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_572", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_573", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_574", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_575", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_576", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_577", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_578", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_579", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_580", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_581", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_582", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_583", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_584", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_585", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_586", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_587", "width": 1}, {"from": "company_53", "label": "Kommanditist", "to": "person_588", "width": 1}, {"from": "person_589", "label": "Inhaber", "to": "company_55", "width": 1}, {"from": "company_56", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_590", "width": 1}, {"from": "person_591", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_57", "width": 1}, {"from": "company_57", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_592", "width": 1}, {"from": "company_57", "label": "Prokurist", "to": "person_593", "width": 1}, {"from": "company_57", "label": "Prokurist", "to": "person_594", "width": 1}, {"from": "person_595", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_58", "width": 1}, {"from": "company_58", "label": "Prokurist", "to": "person_596", "width": 1}, {"from": "company_58", "label": "Prokurist", "to": "person_597", "width": 1}, {"from": "person_598", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_59", "width": 1}, {"from": "company_59", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_599", "width": 1}, {"from": "company_59", "label": "Prokurist", "to": "person_600", "width": 1}, {"from": "person_601", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_60", "width": 1}, {"from": "company_60", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_602", "width": 1}, {"from": "person_603", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_61", "width": 1}, {"from": "company_61", "label": "Prokurist", "to": "person_604", "width": 1}, {"from": "company_61", "label": "Prokurist", "to": "person_605", "width": 1}, {"from": "person_606", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_63", "width": 1}, {"from": "person_606", "label": "Prokurist", "to": "company_74", "width": 1}, {"from": "person_607", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_64", "width": 1}, {"from": "company_64", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_608", "width": 1}, {"from": "person_609", "label": "Kommanditist", "to": "company_65", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_610", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_611", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_612", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_613", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_614", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_615", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_616", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_617", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_618", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_619", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_620", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_621", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_622", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_623", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_624", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_625", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_626", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_627", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_628", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_629", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_630", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_631", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_632", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_633", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_634", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_635", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_636", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_637", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_638", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_639", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_640", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_641", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_642", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_643", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_644", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_645", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_646", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_647", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_648", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_649", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_650", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_651", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_652", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_653", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_654", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_655", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_656", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_657", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_658", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_659", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_660", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_661", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_662", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_663", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_664", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_665", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_666", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_667", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_668", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_669", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_670", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_671", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_672", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_673", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_674", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_675", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_676", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_677", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_678", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_679", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_680", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_681", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_682", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_683", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_684", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_685", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_686", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_687", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_688", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_689", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_690", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_691", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_692", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_693", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_694", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_695", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_696", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_697", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_698", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_699", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_700", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_701", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_702", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_703", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_704", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_705", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_706", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_707", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_708", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_709", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_710", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_711", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_712", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_713", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_714", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_715", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_716", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_717", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_718", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_719", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_720", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_721", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_722", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_723", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_724", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_725", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_726", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_727", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_728", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_729", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_730", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_731", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_732", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_733", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_734", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_735", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_736", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_737", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_738", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_739", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_740", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_741", "width": 1}, {"from": "company_65", "label": "Kommanditist", "to": "person_742", "width": 1}, {"from": "person_743", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_66", "width": 1}, {"from": "company_66", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_744", "width": 1}, {"from": "person_745", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_67", "width": 1}, {"from": "company_67", "label": "Prokurist", "to": "person_746", "width": 1}, {"from": "company_67", "label": "Prokurist", "to": "person_747", "width": 1}, {"from": "company_67", "label": "Prokurist", "to": "person_748", "width": 1}, {"from": "company_67", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_749", "width": 1}, {"from": "person_750", "label": "Prokurist", "to": "company_68", "width": 1}, {"from": "company_68", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_751", "width": 1}, {"from": "company_68", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_752", "width": 1}, {"from": "company_68", "label": "Prokurist", "to": "person_753", "width": 1}, {"from": "company_163", "label": "Organisation", "to": "company_74", "width": 1}, {"from": "company_80", "label": "Organisation", "to": "company_77", "width": 1}, {"from": "company_80", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_758", "width": 1}, {"from": "company_80", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_760", "width": 1}, {"from": "company_77", "label": "Kommanditist", "to": "person_754", "width": 1}, {"from": "company_77", "label": "Kommanditist", "to": "person_755", "width": 1}, {"from": "company_77", "label": "Kommanditist", "to": "person_756", "width": 1}, {"from": "company_77", "label": "Kommanditist", "to": "person_757", "width": 1}, {"from": "company_77", "label": "Pers\u00f6nlich haftender Gesellschafter", "to": "person_758", "width": 1}, {"from": "person_759", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_79", "width": 1}, {"from": "person_761", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_81", "width": 1}, {"from": "person_762", "label": "Liquidator", "to": "company_82", "width": 1}, {"from": "person_763", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_83", "width": 1}, {"from": "person_764", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_85", "width": 1}, {"from": "person_765", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_86", "width": 1}, {"from": "company_86", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_766", "width": 1}, {"from": "person_767", "label": "Prokurist", "to": "company_87", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_768", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_769", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_770", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_771", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_772", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_773", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_774", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_775", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_776", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_777", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_778", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_779", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_780", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_781", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_782", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_783", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_784", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_785", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_786", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_787", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_788", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_789", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_790", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_791", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_792", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_793", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_794", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_795", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_796", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_797", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_798", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_799", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_800", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_801", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_802", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_803", "width": 1}, {"from": "company_87", "label": "Prokurist", "to": "person_804", "width": 1}, {"from": "person_805", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_88", "width": 1}, {"from": "person_806", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_89", "width": 1}, {"from": "company_89", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_807", "width": 1}, {"from": "company_89", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_808", "width": 1}, {"from": "company_89", "label": "Prokurist", "to": "person_809", "width": 1}, {"from": "company_89", "label": "Prokurist", "to": "person_810", "width": 1}, {"from": "company_91", "label": "Prokurist", "to": "person_811", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_812", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_813", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_814", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_815", "width": 1}, {"from": "person_816", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_93", "width": 1}, {"from": "company_93", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_817", "width": 1}, {"from": "person_818", "label": "Vorstand", "to": "company_96", "width": 1}, {"from": "company_96", "label": "Vorstand", "to": "person_819", "width": 1}, {"from": "company_96", "label": "Vorstand", "to": "person_820", "width": 1}, {"from": "company_96", "label": "Vorstand", "to": "person_821", "width": 1}, {"from": "person_822", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_97", "width": 1}, {"from": "company_97", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_823", "width": 1}, {"from": "person_824", "label": "Prokurist", "to": "company_98", "width": 1}, {"from": "company_98", "label": "Prokurist", "to": "person_825", "width": 1}, {"from": "company_98", "label": "Prokurist", "to": "person_826", "width": 1}, {"from": "company_98", "label": "Prokurist", "to": "person_827", "width": 1}, {"from": "person_828", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_100", "width": 1}, {"from": "person_829", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_109", "width": 1}, {"from": "company_109", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_830", "width": 1}, {"from": "person_831", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_110", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_832", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_833", "width": 1}, {"from": "company_110", "label": "Prokurist", "to": "person_834", "width": 1}, {"from": "company_110", "label": "Prokurist", "to": "person_835", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_836", "width": 1}, {"from": "company_110", "label": "Prokurist", "to": "person_837", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_838", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_839", "width": 1}, {"from": "company_110", "label": "Prokurist", "to": "person_840", "width": 1}, {"from": "person_841", "label": "Kommanditist", "to": "company_111", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_842", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_843", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_844", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_845", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_846", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_847", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_848", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_849", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_850", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_851", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_852", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_853", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_854", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_855", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_856", "width": 1}, {"from": "company_111", "label": "Kommanditist", "to": "person_857", "width": 1}, {"from": "person_858", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_112", "width": 1}, {"from": "person_859", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "company_113", "width": 1}, {"from": "company_113", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_860", "width": 1}, {"from": "person_861", "label": "Prokurist", "to": "company_114", "width": 1}, {"from": "company_114", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_862", "width": 1}, {"from": "company_114", "label": "Gesch\u00e4ftsf\u00fchrer", "to": "person_863", "width": 1}]);
|
|
|
|
nodeColors = {};
|
|
allNodes = nodes.get({ returnType: "Object" });
|
|
for (nodeId in allNodes) {
|
|
nodeColors[nodeId] = allNodes[nodeId].color;
|
|
}
|
|
allEdges = edges.get({ returnType: "Object" });
|
|
// adding nodes and edges to the graph
|
|
data = {nodes: nodes, edges: edges};
|
|
|
|
var options = {
|
|
"configure": {
|
|
"enabled": true
|
|
},
|
|
"edges": {
|
|
"color": {
|
|
"inherit": false
|
|
},
|
|
"smooth": {
|
|
"enabled": true,
|
|
"type": "dynamic"
|
|
}
|
|
},
|
|
"interaction": {
|
|
"dragNodes": true,
|
|
"hideEdgesOnDrag": false,
|
|
"hideNodesOnDrag": false
|
|
},
|
|
"physics": {
|
|
"enabled": true,
|
|
"repulsion": {
|
|
"centralGravity": 0.2,
|
|
"damping": 0.09,
|
|
"nodeDistance": 100,
|
|
"springConstant": 0.05,
|
|
"springLength": 200
|
|
},
|
|
"solver": "repulsion",
|
|
"stabilization": {
|
|
"enabled": true,
|
|
"fit": true,
|
|
"iterations": 1000,
|
|
"onlyDynamicEdges": false,
|
|
"updateInterval": 50
|
|
}
|
|
}
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// if this network requires displaying the configure window,
|
|
// put it in its div
|
|
options.configure["container"] = document.getElementById("config");
|
|
|
|
|
|
network = new vis.Network(container, data, options);
|
|
|
|
|
|
network.on("click", neighbourhoodHighlight);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
network.on("stabilizationProgress", function(params) {
|
|
document.getElementById('loadingBar').removeAttribute("style");
|
|
var maxWidth = 496;
|
|
var minWidth = 20;
|
|
var widthFactor = params.iterations/params.total;
|
|
var width = Math.max(minWidth,maxWidth * widthFactor);
|
|
document.getElementById('bar').style.width = width + 'px';
|
|
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
|
|
});
|
|
network.once("stabilizationIterationsDone", function() {
|
|
document.getElementById('text').innerHTML = '100%';
|
|
document.getElementById('bar').style.width = '496px';
|
|
document.getElementById('loadingBar').style.opacity = 0;
|
|
// really clean the dom element
|
|
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
|
|
});
|
|
|
|
|
|
return network;
|
|
|
|
}
|
|
drawGraph();
|
|
</script>
|
|
</body>
|
|
</html>
|