mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 12:02:53 +02:00
276 lines
232 KiB
HTML
276 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": "blue", "font": {"color": "black"}, "id": "person_1", "label": "Nicolas, Tetau", "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": "blue", "font": {"color": "black"}, "id": "person_2", "label": "Lutz, Dammast", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_3", "label": "Rosemarie, Tutsch", "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": "blue", "font": {"color": "black"}, "id": "person_4", "label": "Marc, Staiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_5", "label": "Michaela, Staiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_6", "label": "Margarete, Staiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_7", "label": "Bruno, Staiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_8", "label": "Nicole, Hofmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_9", "label": "Steffen, Autenrieth", "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": "blue", "font": {"color": "black"}, "id": "person_10", "label": "Stefanie, Bischoff", "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": "blue", "font": {"color": "black"}, "id": "person_11", "label": "Christel, Achilles", "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": "blue", "font": {"color": "black"}, "id": "person_12", "label": "Wilhelm, Ackermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_13", "label": "Harald, Ahrens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_14", "label": "Mohamed Maged, Al Sibai", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_15", "label": "Salim, Al-Bazaz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_16", "label": "Marina, Attawar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_17", "label": "Ankica, Babic-Pavicic", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_18", "label": "Ingo, Bak", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_19", "label": "Christoph, Becker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_20", "label": "Olaf, Becker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_21", "label": "Rainer, Berg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_22", "label": "Pieter, Berkhout", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_23", "label": "Bernhard, Berns", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_24", "label": "Franz-Hartwig, Betz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_25", "label": "Claus, Birken", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_26", "label": "Helmut, Blessing", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_27", "label": "Heinz G., Bohnet", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_28", "label": "Peter, Boldt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_29", "label": "Thomas, Bone-Winkel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_30", "label": "Wolfgang, Bongartz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_31", "label": "Heinz, Bongartz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_32", "label": "Hans-Dieter, Brasse", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_33", "label": "Frank, Breman", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_34", "label": "Harald C. H., Bremer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_35", "label": "Franz-Josef, Bruns", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_36", "label": "Norbert, Busch jun.", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_37", "label": "Georg, Butter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_38", "label": "Kerstin, Butz-Scharf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_39", "label": "Michael, B\u00f6s", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_40", "label": "Volker, Canis", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_41", "label": "Alfred, Comberg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_42", "label": "G\u00fcnther, de las Heras", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_43", "label": "Claus, Delkeskamp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_44", "label": "Stefan, Delkeskamp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_45", "label": "Susanne, Delkeskamp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_46", "label": "Jens, Dellhofen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_47", "label": "Hans Adolf, Demler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_48", "label": "Rumen, Dimitrov", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_49", "label": "Steffen, Dittmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_50", "label": "Wolfgang, Dohmen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_51", "label": "Ulrich, Dornieden", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_52", "label": "Andreas, Dorsch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_53", "label": "Gerhard, Dutsch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_54", "label": "Helmut, D\u00fcckerhoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_55", "label": "Matthias, Eckhard", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_56", "label": "Walter, Erren", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_57", "label": "Hans, Esch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_58", "label": "Bettina, Ewald", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_59", "label": "Hans J\u00fcrgen, Ewald", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_60", "label": "Helmut, Feindt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_61", "label": "Jochen, Fleischhut", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_62", "label": "Jochen, Franke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_63", "label": "Bruno, Frey", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_64", "label": "Peter, Fricke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_65", "label": "Volker, Friedrichsen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_66", "label": "Hans, Frotz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_67", "label": "Gregor, Gabrys", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_68", "label": "Horst, Gann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_69", "label": "Michael, Gassner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_70", "label": "Brunhild, Gebhardt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_71", "label": "Peter J., Gerhartz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_72", "label": "Georg, Gerten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_73", "label": "Wolfgang, Glatzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_74", "label": "Reinhard, Gorissen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_75", "label": "Axel, Gro\u00dfkreutz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_76", "label": "Friedrich, Gr\u00fcnke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_77", "label": "G\u00fcnther, G\u00f6hringer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_78", "label": "Klaus-Peter, Haar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_79", "label": "Knud, Hamann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_80", "label": "Joachim, Hansen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_81", "label": "Bernd, Haueisen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_82", "label": "Arthur, Haug", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_83", "label": "Robert, Hebeler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_84", "label": "Hans Willi, Hefeh\u00e4user", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_85", "label": "Frank, Heft", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_86", "label": "Werner Dieter, Helmig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_87", "label": "Ursula, Helmig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_88", "label": "Markus, Helmig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_89", "label": "Udo, Hemmelgarn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_90", "label": "Kurt, Hess", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_91", "label": "Sylvia, Heyser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_92", "label": "Joachim, Hiebel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_93", "label": "Benno J., Hilgers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_94", "label": "Rainer, Hottner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_95", "label": "Horst, Hunert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_96", "label": "Wolfgang, H\u00f6lker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_97", "label": "Heinz, H\u00f6ne", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_98", "label": "Josef, H\u00f6tte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_99", "label": "Detlef W., H\u00fcbner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_100", "label": "Sabine, Jochheim", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_101", "label": "Uwe, Joenck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_102", "label": "Christian, J\u00fcrgens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_103", "label": "Peter, Kabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_104", "label": "Wilhelm, Kahler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_105", "label": "Alma, Kalweit", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_106", "label": "Franz-Josef, Kamrath", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_107", "label": "Gerd, Kaul", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_108", "label": "Kurt, Kemper", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_109", "label": "Hans-G\u00fcnther, Kerpen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_110", "label": "Edith, Kerpen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_111", "label": "Manfred, Klein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_112", "label": "Thomas, Kl\u00f6cker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_113", "label": "Andreas, Kockskaemper", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_114", "label": "Reiner, Konopka", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_115", "label": "Heinz-Dieter, Koppe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_116", "label": "Nasir, Kotobi", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_117", "label": "Michael, Kramer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_118", "label": "Hermann, Krause", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_119", "label": "Klaus, Kross", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_120", "label": "Bernhard, Kr\u00e4tzig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_121", "label": "Stephan, Kunze", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_122", "label": "Robert, Kurzke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_123", "label": "Jens Peter, K\u00f6ll", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_124", "label": "Barbara, Langenberger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_125", "label": "Monika, Lehnen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_126", "label": "Fred, Lehnert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_127", "label": "Herbert, Lempka", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_128", "label": "Rudolf, Leyhausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_129", "label": "Rolf, Leyhausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_130", "label": "Ekkehard, Lindenblatt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_131", "label": "Dietrich, Lubach", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_132", "label": "Helmut, Luksch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_133", "label": "Edith, Luserke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_134", "label": "Volker, L\u00f6ser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_135", "label": "Thomas, L\u00f6we", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_136", "label": "Erik, L\u00fche", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_137", "label": "Michael, L\u00fcke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_138", "label": "Josef, Machill", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_139", "label": "Peter, Maier", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_140", "label": "Wolfgang, Mann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_141", "label": "Coletta, Mattern", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_142", "label": "Zein-El Ibad, Matuk", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_143", "label": "Manfred, Maurer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_144", "label": "Dieter, Mayer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_145", "label": "Herbert, Melcher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_146", "label": "Andrea, Meyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_147", "label": "Rolf, Milde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_148", "label": "Gerd, Mirgel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_149", "label": "Thomas, Mohrenweis", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_150", "label": "Karlheinz, Moosecker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_151", "label": "Holger, Morbitzer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_152", "label": "Erika, Morgenstern", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_153", "label": "Wolfgang, Munsche", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_154", "label": "Ralf, M\u00e4nnlein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_155", "label": "Wolfgang, M\u00f6ller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_156", "label": "J\u00fcrgen, M\u00fcller-Methling", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_157", "label": "Klaus, Nagel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_158", "label": "Rainer, Neumann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_159", "label": "Martin, Neumann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_160", "label": "Ann, Nicklas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_161", "label": "Gerd, Niederschuh", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_162", "label": "Axel, Nill", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_163", "label": "J\u00fcrgen, Nonhoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_164", "label": "Ralf, Oberheiden", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_165", "label": "Thomas, Ortmeier", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_166", "label": "Andreas, Otto", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_167", "label": "Dieter, Paschedag", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_168", "label": "Alexander F., Paulus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_169", "label": "Peter, Pawlitzek", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_170", "label": "Gregor, Peitz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_171", "label": "Richard, Pennekamp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_172", "label": "Norbert A., Platt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_173", "label": "G\u00fcnther, Platzgummer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_174", "label": "Klaus, Pl\u00fcth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_175", "label": "Klaus, Pohle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_176", "label": "Gerhard, Polzar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_177", "label": "J\u00fcrgen, P\u00fctter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_178", "label": "Lutz, Quasdorf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_179", "label": "Manfred, Raba", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_180", "label": "Ulrich, Reitz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_181", "label": "Doris, Richter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_182", "label": "Albrecht, Rieth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_183", "label": "Edgar, Rixen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_184", "label": "Wolfgang, Rudolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_185", "label": "Malte, Ryll", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_186", "label": "Hubert, R\u00f6sing", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_187", "label": "Gerhard, Saur", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_188", "label": "Manfred, Scheerer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_189", "label": "Georg, Scherberich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_190", "label": "Herbert, Schieren", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_191", "label": "Gottfried, Schlegel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_192", "label": "Heinrich, Schlenkhoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_193", "label": "Inge, Schl\u00fcter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_194", "label": "Martin, Schl\u00fcter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_195", "label": "Anett, Schmidt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_196", "label": "Christian, Schmidt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_197", "label": "Dieter, Schmitz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_198", "label": "Helmut, Schnabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_199", "label": "Gabriele, Schn\u00fcpke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_200", "label": "Rainer, Scholten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_201", "label": "Herbert, Schorn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_202", "label": "Georg, Schulz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_203", "label": "Jacqueline, Schunck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_204", "label": "Thomas, Schunck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_205", "label": "Peter, Schwarz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_206", "label": "Bernd, Schwarzer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_207", "label": "Volker, Sch\u00e4ffner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_208", "label": "Robert, Sester", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_209", "label": "Dieter, Sibbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_210", "label": "Helmut, Siebert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_211", "label": "Tan Kai Pascal, Siekmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_212", "label": "Gerhard, Skorupka", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_213", "label": "Hendrik, Snoek", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_214", "label": "Helge, Sodan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_215", "label": "Frank, Stegemann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_216", "label": "Gerhard, Steglich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_217", "label": "Detlev, Steimers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_218", "label": "Frank, Steinau", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_219", "label": "Egbert, Steinr\u00fccke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_220", "label": "Ralph, Steins", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_221", "label": "Bodo, Stendel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_222", "label": "Franz-Josef, Strathausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_223", "label": "Hansj\u00f6rg, Streitenfeld", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_224", "label": "Immo, Str\u00f6her", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_225", "label": "Kurt, Thomas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_226", "label": "Jan S. T., Tiemstra", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_227", "label": "Joachim, Tigges", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_228", "label": "B\u00e4rbel, Trautwein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_229", "label": "Frank, Uhle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_230", "label": "Klaus, Ulrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_231", "label": "Dirk, v. Lindeiner-Wildau", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_232", "label": "Marie-Luise, van Lengerich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_233", "label": "Vijaykumar, Vankadari", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_234", "label": "Johannes, Vierwind", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_235", "label": "Reiner, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_236", "label": "Peter, Vogt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_237", "label": "Johannes, von Westphalen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_238", "label": "Martin A., Vo\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_239", "label": "Gunnar, Weitz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_240", "label": "Claudia, Wei\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_241", "label": "Wilfried, Wentzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_242", "label": "Christian, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_243", "label": "Holger, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_244", "label": "Holger, Wicht", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_245", "label": "G\u00fcnter, Wickop", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_246", "label": "Susanne, Wieland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_247", "label": "Christopher John, Williams", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_248", "label": "Magrit, Windelband", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_249", "label": "J\u00fcrgen, Winter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_250", "label": "Steffen, Wippel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_251", "label": "Thorsten, Wittkuhn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_252", "label": "Michael, Wohlgemuth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_253", "label": "Marlies, Wohlgemuth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_254", "label": "Susanne, Wohlmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_255", "label": "Felix, Wolff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_256", "label": "Hans-Joachim, Wolfram", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_257", "label": "Maria, Woort-Menker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_258", "label": "Heinz-Georg, Wust", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_259", "label": "J\u00fcrgen, Zastrow", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_260", "label": "Erwin, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_261", "label": "Uwe, Zumegen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_262", "label": "Martin, Kleinschmitt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_263", "label": "Maritta Helene Minna, Hinrichs", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_264", "label": "Martin, Tewes-Diehl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_265", "label": "Berthold, Tewes-Diehl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_266", "label": "Fabian, M\u00fcnch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_267", "label": "Anabel, Huther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_268", "label": "Dario, Laiso", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_269", "label": "Philip, Al Romhein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_270", "label": "Victoria, Weghmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_271", "label": "Vincent, Weghmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_272", "label": "Evelin, Pitzer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_273", "label": "Thorsten, Wermers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_274", "label": "Isabel, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_275", "label": "Gerhard, Albrecht", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_276", "label": "Thilo, Reichert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_277", "label": "Toni Christov, Zeidler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_278", "label": "Franziska, Albers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_279", "label": "Matthias, Albers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_280", "label": "Mike, Leder", "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": "blue", "font": {"color": "black"}, "id": "person_281", "label": "August, Sch\u00e4ffler", "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": "blue", "font": {"color": "black"}, "id": "person_282", "label": "Martin, Sch\u00e4ffler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_283", "label": "Anke, Hartmann", "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": "blue", "font": {"color": "black"}, "id": "person_284", "label": "Florian, Winkel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_285", "label": "Ekhard, Depken", "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": "blue", "font": {"color": "black"}, "id": "person_286", "label": "Kurt, Groenewold", "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": "blue", "font": {"color": "black"}, "id": "person_287", "label": "Leila, Moysich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_288", "label": "Jan, Oetjen", "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": "blue", "font": {"color": "black"}, "id": "person_289", "label": "Thomas Matthias, Ludwig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_290", "label": "Alexander Guy, Charles", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_291", "label": "Dana Monika, Kraft", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_292", "label": "Rasmus Jonathan, Giese", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_293", "label": "Markus, Huhn", "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": "blue", "font": {"color": "black"}, "id": "person_294", "label": "Alessandro, Nava", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_295", "label": "Thomas, Henkel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_296", "label": "Robin John Andes, Harries", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_297", "label": "Creti\u00e8n Ren\u00e9 Gilbert, Brandsma", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_298", "label": "Michael, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_299", "label": "Sebastian, Goebel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_300", "label": "Christian, Bockelt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_301", "label": "Sascha, D\u00b4Avis", "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": "blue", "font": {"color": "black"}, "id": "person_302", "label": "Tobias, Koch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_303", "label": "Sascha, D\u0027Avis", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_304", "label": "Ralph, Dommermuth", "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": "blue", "font": {"color": "black"}, "id": "person_305", "label": "Tilo, K\u00f6ster", "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": "blue", "font": {"color": "black"}, "id": "person_306", "label": "Simona-Lucia, Jipa", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_307", "label": "Andreas, Kohlkopf", "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": "blue", "font": {"color": "black"}, "id": "person_308", "label": "Werner, Henkel", "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": "blue", "font": {"color": "black"}, "id": "person_309", "label": "Roswitha, Wider", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_310", "label": "Brigitte, Wider", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_311", "label": "Max, Methe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_22", "label": "Ampero GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_312", "label": "Tobias, Bittkau", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_313", "label": "Philipp, Joas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_314", "label": "Georg F.W., Schaeffler", "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": "blue", "font": {"color": "black"}, "id": "person_315", "label": "Maria-Elisabeth, Schaeffler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_316", "label": "Klaus, Rosenfeld", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_317", "label": "Alexandra, Zech", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_318", "label": "Georg, Wunderlin", "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": "blue", "font": {"color": "black"}, "id": "person_319", "label": "Salem Daniel, Sradj", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_320", "label": "Patrick, Kn\u00f6fler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_321", "label": "Britta, Lindhorst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_322", "label": "Ferdinand, von Sydow", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_323", "label": "You-Ha, Hyun", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_324", "label": "Nico-David, B\u00f6rsing", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_325", "label": "Heiko, Dimmerling", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_326", "label": "Lucas, Fischer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_327", "label": "Stephan Maximilian, Dinse", "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": "blue", "font": {"color": "black"}, "id": "person_328", "label": "Jan, Trommershausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_29", "label": "AEMtec GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_329", "label": "Thomas, John", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_330", "label": "Ren\u00e9, Sch\u00fcler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_331", "label": "Robert, Giertz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_332", "label": "Torsten, Bauer", "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": "blue", "font": {"color": "black"}, "id": "person_333", "label": "Oliver, Steinert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_334", "label": "Christian, Gatzki", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_335", "label": "Eric, Altmeyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_336", "label": "Jochen, Fischer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_337", "label": "Ludwig Bernhard, Hirth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_338", "label": "Musa, Akkaya", "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": "blue", "font": {"color": "black"}, "id": "person_339", "label": "Wolfgang, Amann", "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": "blue", "font": {"color": "black"}, "id": "person_340", "label": "Erika, Autenrieth", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_341", "label": "Anita, Baberowski", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_342", "label": "Dietmar, Bergner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_343", "label": "Johannes, Bosch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_344", "label": "Friedrich-Karl, Bosch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_345", "label": "Wolfgang, Braig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_346", "label": "Brigitte, Braig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_347", "label": "Christa, Burger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_348", "label": "G\u00fcnther, Burk", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_349", "label": "J\u00fcrgen, Dursch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_350", "label": "Sieglinde, Ebner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_351", "label": "Gisela, Ehmer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_352", "label": "Rolf-Heinrich, Erhardt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_353", "label": "Katrin, Fink", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_354", "label": "Heinz, Flogaus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_355", "label": "Hans-Peter, Geiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_356", "label": "Walter, Geiger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_357", "label": "Walter, G\u00f6ggelmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_358", "label": "Elfriede, Grieser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_359", "label": "Rudi, Grupp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_360", "label": "Alfred, H\u00e4cker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_361", "label": "Manfred, Hagmeyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_362", "label": "Walter, Harder", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_363", "label": "Georg, Hassler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_364", "label": "Erich, Heck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_365", "label": "Melita, Herr", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_366", "label": "Rolf, Hettinger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_367", "label": "Martin, Hieber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_368", "label": "Klaus-Gerhard, Hofelich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_369", "label": "G\u00fcnther, Hofelich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_370", "label": "Hermann, H\u00f6\u00dfle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_371", "label": "Manfred, J\u00e4ger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_372", "label": "Karl, Kammer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_373", "label": "Reiner, Keller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_374", "label": "Gerhard, Klumpp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_375", "label": "Hans, Kohn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_376", "label": "Helene, Kohn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_377", "label": "Hans, Kohn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_378", "label": "Else, Krieger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_379", "label": "Hanna, Kr\u00f6ner-Weber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_380", "label": "Eugen, K\u00fcbler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_381", "label": "Eugen Michael, K\u00fcbler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_382", "label": "Sonja, Kukral", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_383", "label": "Ralf, Langenbacher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_384", "label": "Susanne, Lecjaks", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_385", "label": "Walter, Lenz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_386", "label": "Dieter, Link", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_387", "label": "Susanne, Lohrmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_388", "label": "Richard, Mack", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_389", "label": "Eugen, Maier", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_390", "label": "Andreas, Marchtaler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_391", "label": "Wolfgang, Maurer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_392", "label": "Werner, Meyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_393", "label": "Iris, Moll", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_394", "label": "Manfred, M\u00f6ssmer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_395", "label": "Rosemarie, Neuburger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_396", "label": "G\u00fcnter, Neuburger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_397", "label": "Martin, Neuburger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_398", "label": "Ralf, Neulinger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_399", "label": "Norbert, Pfisterer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_400", "label": "Margarete, Pollak", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_401", "label": "Alexander, Rapp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_402", "label": "Eberhard, Rapp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_403", "label": "Oliver, Reichart", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_404", "label": "Achim, Renner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_405", "label": "Rolf, Riedlinger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_406", "label": "Hubert, Rinklin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_407", "label": "Klaus-Peter, R\u00f6cker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_408", "label": "Ute, R\u00f6cker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_409", "label": "Josef, Rommler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_410", "label": "Walter, Rother", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_411", "label": "Eva, Rother", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_412", "label": "Rudolf, Ruoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_413", "label": "Beate, Sauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_414", "label": "Winfried, Sauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_415", "label": "Wolf, Schabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_416", "label": "Birgit, Scheible", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_417", "label": "Holger, Scheible", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_418", "label": "Roland, Schidloch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_419", "label": "Frank, Schied", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_420", "label": "Carla, Schied", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_421", "label": "Dietmar, Schl\u00f6gl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_422", "label": "Max, Schmid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_423", "label": "Beate, Sch\u00fcle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_424", "label": "Wolfgang, Schweizer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_425", "label": "G\u00fcnter, Seiz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_426", "label": "Wolfgang, Seybold", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_427", "label": "Lina, Stanger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_428", "label": "Karl, Stehle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_429", "label": "Heike, Stelzer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_430", "label": "Raimund, Stolz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_431", "label": "Regina, Strobel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_432", "label": "Marita, Str\u00f6hle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_433", "label": "Volker, Thierer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_434", "label": "Christel, Thierer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_435", "label": "Karl, Walliser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_436", "label": "Markus, Weber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_437", "label": "Rotraut, Wider", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_438", "label": "Stephan, W\u00f6lfle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_439", "label": "Ralf, Wuchenauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_440", "label": "Ernst, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_441", "label": "Karl, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_442", "label": "Walter, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_443", "label": "Otmar, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_444", "label": "Adolf, Ziegler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_445", "label": "Thomas, Kellner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_446", "label": "Ursula, Banzhaft", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_447", "label": "Holger, Str\u00f6hle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_448", "label": "Gerhard, Burger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_449", "label": "Karlheinz, Stegmaier", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_450", "label": "Elke, Schlumpberger-Burger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_451", "label": "Jens, Burkert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_452", "label": "Elsbeth, Ruoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_453", "label": "Thomas, Ruoff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_454", "label": "Georg, Wanner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_455", "label": "Gudrun, Bollinger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_456", "label": "Gisela Melanie, Kr\u00e4tschmer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_457", "label": "Ilse, Ruhland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_458", "label": "Lore, Schall", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_459", "label": "Gerlinde, Kast", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_460", "label": "Helmut, Huber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_461", "label": "Georg, Schmid", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_462", "label": "Hilde, Erb", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_463", "label": "Markus, Prof. Dr. M\u00e4ndle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_464", "label": "Andrea Maria, Maurer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_465", "label": "Hans Michael, Maurer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_466", "label": "Christopher Kurt, Gansloser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_467", "label": "Anita Doris, Bosch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_468", "label": "Klaus-Helmut, Roller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_469", "label": "Sabine, Bachmann-Bisle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_470", "label": "Hans-Peter, Bachmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_471", "label": "Hildegard, Ohl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_472", "label": "Brigitte, Plicka", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_473", "label": "Karl, Ogger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_474", "label": "Gerhard, Barth", "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": "blue", "font": {"color": "black"}, "id": "person_475", "label": "Margarete, Sch\u00e4ch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_476", "label": "Annette, Werner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_477", "label": "Andrea, Maurer-Bisetti", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_478", "label": "Sarah-Yasmin, Thierer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_479", "label": "Brigitte, Kruschina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_480", "label": "Ulrich, Straub", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_481", "label": "Christoph Wilhelm Georg, Kumpf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_482", "label": "Waltraud Helene, Hellstern", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_483", "label": "Hermann, Maurer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_484", "label": "Beatrice Raphaela, Lederer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_485", "label": "Stephanie Annette, Lederer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_486", "label": "Ann-Catherine, Lederer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_487", "label": "Norbert, Frey", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_488", "label": "Petra, Trostel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_489", "label": "Ellen, Schimpf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_490", "label": "Petra, Leitner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_491", "label": "Ute, Pendic", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_492", "label": "Brigitte Monika, Kruschina", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_493", "label": "Karin Elke, Blessing", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_494", "label": "Hannelore, Weiler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_495", "label": "Monika, Thierer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_496", "label": "Monika, Lemke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_497", "label": "Adelheid, Rau", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_498", "label": "G\u00fcnther Erwin, Hofelich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_499", "label": "Klaus Gerhard, Hofelich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_500", "label": "Alexander Egon, Gramm", "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": "blue", "font": {"color": "black"}, "id": "person_501", "label": "Korbinian, Riener", "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": "blue", "font": {"color": "black"}, "id": "person_502", "label": "Florian, Muth", "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": "blue", "font": {"color": "black"}, "id": "person_503", "label": "Donatus, Albrecht", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_504", "label": "Franz, W\u00f6lfler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_505", "label": "Alessandro Stefano, Nava", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_506", "label": "David, Frommann", "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": "blue", "font": {"color": "black"}, "id": "person_507", "label": "Peter, Kranen", "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": "blue", "font": {"color": "black"}, "id": "person_508", "label": "Aline, Seifert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_509", "label": "Marco, Kerschen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_510", "label": "Angelika, Sommer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_511", "label": "Carsten, Tillner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_512", "label": "Dominik, Freiherr von Rodde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_513", "label": "Robin, Kapadia", "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": "blue", "font": {"color": "black"}, "id": "person_514", "label": "Andreas, Richter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_515", "label": "Ernst Moritz, Voges genannt Wolf", "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": "blue", "font": {"color": "black"}, "id": "person_516", "label": "Christian, Dzieia", "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": "blue", "font": {"color": "black"}, "id": "person_517", "label": "J\u00fcrgen, Drebes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_518", "label": "Benjamin, B\u00fcscher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_519", "label": "Jochen, Wunderlich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_520", "label": "Konstantina, Kanellopoulos", "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": "blue", "font": {"color": "black"}, "id": "person_521", "label": "Lars, Urbansky", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_522", "label": "Olaf, Weber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_523", "label": "Torsten, Akelbein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_524", "label": "Stefan, Bode", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_525", "label": "Mark, Ennis", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_526", "label": "Robert, Ger\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_527", "label": "Stephen, Guhr", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_528", "label": "Kerstin, Intek", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_529", "label": "Jens, Koglin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_530", "label": "Jan-Ole, Kosch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_531", "label": "Katja, Schiedung", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_532", "label": "J\u00f6rg, Schindler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_533", "label": "Philipp, Sp\u00e4th", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_534", "label": "Matthias, Strachardt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_535", "label": "Henrik, Teipel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_536", "label": "Alexander, Weihe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_537", "label": "Holger, Marg", "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": "blue", "font": {"color": "black"}, "id": "person_538", "label": "Rainer, Heyduck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_539", "label": "Norbert, Cottone", "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": "blue", "font": {"color": "black"}, "id": "person_540", "label": "Sabine, Konrad", "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": "blue", "font": {"color": "black"}, "id": "person_541", "label": "Maximilian, Pika", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_542", "label": "Pierre, Trippel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_543", "label": "Frank, Schwab", "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": "blue", "font": {"color": "black"}, "id": "person_544", "label": "Jan J\u00e9r\u00f4me, Bau", "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": "blue", "font": {"color": "black"}, "id": "person_545", "label": "J\u00fcrgen, Wetzel", "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": "blue", "font": {"color": "black"}, "id": "person_546", "label": "Michael, Sladek", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_547", "label": "Hans-J\u00fcrgen, Eickeler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_548", "label": "Hannelore, Hartmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_549", "label": "Walter, Manteufel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_550", "label": "Rainer, Piest", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_551", "label": "Domenikus Christoph Martin, Probst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_552", "label": "Thomas, Schleith", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_553", "label": "Gertrud, Traurig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_554", "label": "Gerhild, Marx", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_555", "label": "Manfred Sebastian, B\u00e4chler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_556", "label": "Roland, Baumann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_557", "label": "Ursula Maria, Bernauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_558", "label": "Andrea, Bierschneider-Jakobs", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_559", "label": "Henri Noel Frederic Charles, Graux", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_560", "label": "Wolfgang Reinhard, Grether", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_561", "label": "Martin, Gruber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_562", "label": "Hermann Karl Ludwig, He\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_563", "label": "Marion, Jores", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_564", "label": "Klaus, Kiefer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_565", "label": "Ralf, Kl\u00f6tzer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_566", "label": "Wolfgang Georg Friedrich, Klumb", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_567", "label": "Gerhard Johannes, Limbrock", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_568", "label": "Siegrid, Maa\u00dfen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_569", "label": "Mareike, Reemtsma", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_570", "label": "Martin Rolf, Ruf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_571", "label": "Johann Jakob, Schanz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_572", "label": "Klaus Peter, Scheuber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_573", "label": "Dieter Hermann, Seifried", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_574", "label": "Gerhard, S\u00fcnder", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_575", "label": "Konrad, Ullrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_576", "label": "Margret, Ullrich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_577", "label": "Werner, V\u00f6ller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_578", "label": "Hans-J\u00fcrgen, Weise", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_579", "label": "Alexander, Willmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_580", "label": "Andrea, Willmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_581", "label": "Almut Hedwig, Witzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_582", "label": "Walter Georg Friedrich, Witzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_583", "label": "Klaus, Karpstein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_584", "label": "Ferdinand, Traurig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_585", "label": "Helmut Hermann, G\u00f6tte", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_586", "label": "Rolf Karl, Schelshorn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_587", "label": "Sabine Ursula, Steinhauser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_588", "label": "Johanna, Lehmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_589", "label": "Philipp, Z\u00e4hringer", "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": "blue", "font": {"color": "black"}, "id": "person_590", "label": "Heiko, Ditzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_591", "label": "Alexander Johannes, Kramer", "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": "blue", "font": {"color": "black"}, "id": "person_592", "label": "Thomas, Linderich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_593", "label": "Michael, Langhorst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_594", "label": "Holger, Eberle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_595", "label": "Hans J\u00fcrgen, Schill", "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": "blue", "font": {"color": "black"}, "id": "person_596", "label": "Simone, Hub", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_597", "label": "Sabine, Kreische", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_598", "label": "Andreas, Amelung", "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": "blue", "font": {"color": "black"}, "id": "person_599", "label": "Anke, Kaltenbach", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_600", "label": "Kevin, Gebauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_601", "label": "Thomas, Hecker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_60", "label": "ALTBERG GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_602", "label": "Michaela, Schneider", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_603", "label": "Reinhold, Ziewers", "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": "blue", "font": {"color": "black"}, "id": "person_604", "label": "Theodor, Schwarz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_605", "label": "Rolf Martin, W\u00fcrstlin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_606", "label": "Frank, Forster", "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": "blue", "font": {"color": "black"}, "id": "person_607", "label": "Eric, Blumenthal", "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": "blue", "font": {"color": "black"}, "id": "person_608", "label": "Alexander, Wagner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_609", "label": "Gudrun, Corsepius", "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": "blue", "font": {"color": "black"}, "id": "person_610", "label": "Jens, Gabel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_611", "label": "Klaus, G\u00f6ttmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_612", "label": "Anita, Henkel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_613", "label": "Burkhard, Herrmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_614", "label": "Martina, J\u00e4ssing-Wolgast", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_615", "label": "Josef, K\u00e4sbauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_616", "label": "Margot, Kayser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_617", "label": "Klaus-Dieter, Ketscher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_618", "label": "Karl-Friedrich, Lohmar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_619", "label": "Ortrud, Mannschatz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_620", "label": "Renate, Piwarz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_621", "label": "Karl-Heinz, Rosenwinkel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_622", "label": "Iris, Scheidler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_623", "label": "Richard, Schr\u00f6der", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_624", "label": "Jutta, Schr\u00f6ter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_625", "label": "Harald, Sch\u00fc\u00dfler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_626", "label": "Alfred, Servos", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_627", "label": "Gerhardt, Staudt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_628", "label": "Gerd, Wiltschek", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_629", "label": "Johann Josef, Barmetler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_630", "label": "Michael, Benz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_631", "label": "Hans-Joachim, Hahn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_632", "label": "Peter, Halfwassen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_633", "label": "Hildegard, Riethm\u00fcller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_634", "label": "Wolfgang, W\u00fcnsche", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_635", "label": "Helge, Jansen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_636", "label": "Emil, Netzhammer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_637", "label": "Antonia, Willmes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_638", "label": "Otto, Willmes", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_639", "label": "Eva-Maria, Rau", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_640", "label": "Angelika, Volle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_641", "label": "Bettina, Volle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_642", "label": "Edith, Wiesner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_643", "label": "Hans-Werner, Rinke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_644", "label": "Gisela, Stiehler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_645", "label": "Irmgard, K\u00f6hler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_646", "label": "Helmut, M\u00fcller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_647", "label": "Otto, Rohr", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_648", "label": "Monika, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_649", "label": "Corinna, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_650", "label": "Maria Elisabeth, Geenen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_651", "label": "Hans Georg, Geenen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_652", "label": "Albert, Jacobs", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_653", "label": "Eberhard, Seifert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_654", "label": "Gisela, W\u00fcster", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_655", "label": "Thomas, Walther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_656", "label": "Thomas, Keidel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_657", "label": "Angelika, Sch\u00f6nleber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_658", "label": "Helga, Dunckel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_659", "label": "Wilfried, Dunckel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_660", "label": "Maria, Rude", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_661", "label": "Hans Herbert, Graf von Bredow", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_662", "label": "Marita, Dahmen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_663", "label": "Herbert, Noelle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_664", "label": "Johannes Michael, Wilde", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_665", "label": "Jens-Peter, Homann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_666", "label": "Hans-Martin, Hoppe", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_667", "label": "Waltraud, K\u00f6cher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_668", "label": "Ursula, Haverkamp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_669", "label": "Werner, Rolf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_670", "label": "Ulrich, J\u00fcrgens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_671", "label": "Bernd, Hagen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_672", "label": "Barbara, Dorn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_673", "label": "Regine, Hoefermann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_674", "label": "Lars, Hinrichs", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_675", "label": "Jan, Hinrichs", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_676", "label": "Gertrud, Wiese", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_677", "label": "Hannelore, Streck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_678", "label": "Sylvia, Streck", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_679", "label": "Helga, Broer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_680", "label": "Heidrun Gisela, Thiele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_681", "label": "Sigrid, Augenstein", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_682", "label": "Christa, Busch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_683", "label": "Edeltraut, Seifert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_684", "label": "Reinhold, Wittelsberger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_685", "label": "Brigitte, Riesenkampff", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_686", "label": "Christa, Schurig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_687", "label": "Eberhard, Seiler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_688", "label": "Susanne, Dreher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_689", "label": "Friedrich, Dreher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_690", "label": "Heinz Peter, Ihring", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_691", "label": "Anna Maria, M\u00fcller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_692", "label": "Petra, R\u00f6der", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_693", "label": "Patrick, Hahn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_694", "label": "Anke, Hahn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_695", "label": "Peter, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_696", "label": "Walter, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_697", "label": "Trude, Schillig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_698", "label": "Brigitte Gerda, Stammberger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_699", "label": "J\u00f6rg, Schramm", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_700", "label": "Maria, Frenzel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_701", "label": "Anita, Gr\u00f6tzinger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_702", "label": "Ilse, Jonas", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_703", "label": "Dorothee, Schur", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_704", "label": "Ute, Vom Berg", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_705", "label": "Michael, Langer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_706", "label": "Gabriele Maria, Gerhardt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_707", "label": "J\u00f6rgen Herbert, Pisarz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_708", "label": "Susanne, Broichhausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_709", "label": "Ulrich, Broichhausen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_710", "label": "Theresie, Konzack", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_711", "label": "Anke, Enckler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_712", "label": "Gabriele, Widmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_713", "label": "Wolfgang, Rothmaier", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_714", "label": "Vera Anne Katharina, Sauer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_715", "label": "Joachim, K\u00e4lberer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_716", "label": "Bodo, Schwabedissen", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_717", "label": "Gesine, Weber", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_718", "label": "Elke, Johannl\u00fckens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_719", "label": "Hartmut Helmut Friedrich, Johannl\u00fckens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_720", "label": "Sabine, Pfister", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_721", "label": "Hannegret Felicia Ellinor Odeh, Diaw", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_722", "label": "Renate Christa Helga, Drews", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_723", "label": "Tobias Fabian Jakob, Ha\u00dflacher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_724", "label": "Michael, B\u00e4r", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_725", "label": "Hanno, Willerich", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_726", "label": "Gesche, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_727", "label": "Laura, Kempf", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_728", "label": "Patrick, Fischer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_729", "label": "Frank, Fischer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_730", "label": "Carmen, K\u00fcbert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_731", "label": "Stephan, Greindl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_732", "label": "Frank Roland, Fierle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_733", "label": "Monika, Wei\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_734", "label": "Sebastian Helmut, H\u00f6l\u00dfig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_735", "label": "Alexander Friedrich, H\u00f6l\u00dfig", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_736", "label": "Jutta Maria, Magers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_737", "label": "Karin Maria, Vogel", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_738", "label": "J\u00fcrgen, Kohlmann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_739", "label": "Oliver, Rupp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_740", "label": "Christian, P\u00e4tsch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_741", "label": "Ulrich, Hitzegrad", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_742", "label": "Udo, Chudobba", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_743", "label": "Bernd, Charnow", "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": "blue", "font": {"color": "black"}, "id": "person_744", "label": "Verena, Charnow", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_745", "label": "Tobias, Kasperlik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_67", "label": "Amprio GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_746", "label": "Heiko, G\u00f6ttler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_747", "label": "Matthias, Baumann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_748", "label": "Sven, Hettesheimer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_749", "label": "Daniel, Schwarz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_750", "label": "James, Kessel", "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": "blue", "font": {"color": "black"}, "id": "person_751", "label": "Andreas, St\u00e4hr", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_752", "label": "Francie, Petrick", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_753", "label": "Dirk, Petri", "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": "blue", "font": {"color": "black"}, "id": "person_758", "label": "Peter, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_760", "label": "Felix Benedikt, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_754", "label": "Felix, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_755", "label": "Moritz, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_756", "label": "Dominique, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_757", "label": "Julian, Esser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_759", "label": "Jan, Rehbock", "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": "blue", "font": {"color": "black"}, "id": "person_761", "label": "Nico, Vitense", "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": "blue", "font": {"color": "black"}, "id": "person_762", "label": "Marko, H\u00e4bold", "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": "blue", "font": {"color": "black"}, "id": "person_763", "label": "Mohamed Raza, Qalae-Nawi", "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": "blue", "font": {"color": "black"}, "id": "person_764", "label": "Depken, Ekhard", "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": "blue", "font": {"color": "black"}, "id": "person_765", "label": "Patrick, Becker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_86", "label": "2Gramm GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_766", "label": "Sebastian, Meyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_767", "label": "Markus, K\u00fcrten", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_768", "label": "Thomas, Eichhorn", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_769", "label": "Michelle, Robertson", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_770", "label": "Melanie, Deschner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_771", "label": "Bj\u00f6rn, J\u00e4ger", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_772", "label": "Harm, Ohlmeyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_773", "label": "Torben, Schumacher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_774", "label": "G\u00fcnter, Weigl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_775", "label": "J\u00f6rg Volker, D\u00f6ring", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_776", "label": "Daniel, Mende", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_777", "label": "Nigel, Griffiths", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_778", "label": "Claus-Peter, Mayer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_779", "label": "Wolfram, Lipp", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_780", "label": "Silja, Hintz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_781", "label": "Bernd, Zwank", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_782", "label": "Sven, Kuennemann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_783", "label": "Philipp, Waller", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_784", "label": "Aimee, Arana", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_785", "label": "Andreas, Hubert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_786", "label": "Markus, Rautert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_787", "label": "Alberto, Uncini Manganelli", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_788", "label": "Sigrid, B\u00fchrle", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_789", "label": "Marina, Mogus", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_790", "label": "Carla, Murphy", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_791", "label": "Sven, Moser", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_792", "label": "Claudia, Silva", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_793", "label": "Scott, Zalaznik", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_794", "label": "Jan, Heinemann", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_795", "label": "Amanda, Rajkumar", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_796", "label": "Martin, Shankland", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_797", "label": "Christof, Wolpert", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_798", "label": "Laura, Pui-Moldovan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_799", "label": "Eveline, Noya", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_800", "label": "Bj\u00f6rn, Gulden", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_801", "label": "Saskia, Poelman", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_802", "label": "Arthur, H\u00f6ld", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_803", "label": "Filipa, Ribeiro", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_804", "label": "Mathieu Nounagnon, Sidokpohou", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_805", "label": "Andreas, Sch\u00fctte", "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": "blue", "font": {"color": "black"}, "id": "person_806", "label": "Holger, Laack", "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": "blue", "font": {"color": "black"}, "id": "person_807", "label": "Ralf, Hastedt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_808", "label": "Tim, Behrens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_809", "label": "Helge, Winter", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_810", "label": "Matthias, Quandt", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_811", "label": "Robert, Ger\u00df", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_812", "label": "Wolfgang Josef, Schmitz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_813", "label": "Lei, Kan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_814", "label": "Tim, Willers", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_815", "label": "Josef, G\u00f6rgens", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_816", "label": "Mogens, Bennetsen", "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": "blue", "font": {"color": "black"}, "id": "person_817", "label": "Lars-Eric, Adam", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_818", "label": "Kay, Michel", "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": "blue", "font": {"color": "black"}, "id": "person_819", "label": "Julian, P\u00f6tzl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_820", "label": "Magnus, Zuther", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_821", "label": "Jan-Christian, Becker", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_822", "label": "Sebastian Andreas, Werner", "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": "blue", "font": {"color": "black"}, "id": "person_823", "label": "Henry, Zemke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_824", "label": "Susanne, Keim", "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": "blue", "font": {"color": "black"}, "id": "person_825", "label": "Halil, Eroglu", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_826", "label": "Stefan, Minetzke", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_827", "label": "Ren\u00e9, Martin", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_828", "label": "Ursula, Gramm", "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": "blue", "font": {"color": "black"}, "id": "person_829", "label": "Michael Heiko, Tralau", "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": "blue", "font": {"color": "black"}, "id": "person_830", "label": "Yasemin, D\u00f6nmez", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_831", "label": "Guido, Mannshausen", "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": "blue", "font": {"color": "black"}, "id": "person_832", "label": "S\u00f6ren, Trebst", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_833", "label": "Thomas, Heyder", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_834", "label": "Marko, Iaconisi", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_835", "label": "Marc, Sch\u00fctze", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_836", "label": "Frank, Schulz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_837", "label": "Sandra, Nettlenbusch", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_838", "label": "Martin, Fischer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_839", "label": "Ahmet, Yayan", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_840", "label": "Oliver, Bock", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_841", "label": "Heinrich, Beier", "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": "blue", "font": {"color": "black"}, "id": "person_842", "label": "Dieter, B\u00fchler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_843", "label": "Martin, Haack", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_844", "label": "Christoph, Hinderer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_845", "label": "Eckhard, Keicher", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_846", "label": "Robert, K\u00fchner", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_847", "label": "Helmut, Kurz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_848", "label": "Christine, Mahler-Abele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_849", "label": "Christian, Maih\u00f6fer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_850", "label": "Steffen, Mark", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_851", "label": "Petra, Proske", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_852", "label": "Peter, V\u00f6gele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_853", "label": "Bernd, Wahl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_854", "label": "Erich, Wahl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_855", "label": "Frank, Wahl", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_856", "label": "Elisabeth, Walz", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_857", "label": "Kurt, Abele", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_858", "label": "Marcus Oliver, Schaeffler", "shape": "dot", "size": 10, "type": "Person"}, {"color": "#729b79ff", "font": {"color": "black"}, "id": "company_112", "label": "7pace GmbH", "shape": "dot", "size": 10, "type": "Company"}, {"color": "blue", "font": {"color": "black"}, "id": "person_859", "label": "Dieter, Umhau", "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": "blue", "font": {"color": "black"}, "id": "person_860", "label": "Henrik Cord, Husemeyer", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_861", "label": "Sven, Thines", "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": "blue", "font": {"color": "black"}, "id": "person_862", "label": "Fritz, Oswald", "shape": "dot", "size": 10, "type": "Person"}, {"color": "blue", "font": {"color": "black"}, "id": "person_863", "label": "Klaus, Schultz-Fademrecht", "shape": "dot", "size": 10, "type": "Person"}]);
|
|
edges = new vis.DataSet([{"from": "person_1", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_1", "width": 1}, {"from": "person_1", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_4", "width": 1}, {"from": "company_1", "label": "Prokurist(in)", "to": "person_2", "width": 1}, {"from": "person_2", "label": "Prokurist(in)", "to": "company_4", "width": 1}, {"from": "person_3", "label": "Kommanditist(in)", "to": "company_2", "width": 1}, {"from": "company_2", "label": "Kommanditist(in)", "to": "person_4", "width": 1}, {"from": "company_2", "label": "Kommanditist(in)", "to": "person_5", "width": 1}, {"from": "company_2", "label": "Kommanditist(in)", "to": "person_6", "width": 1}, {"from": "company_2", "label": "Kommanditist(in)", "to": "person_7", "width": 1}, {"from": "company_2", "label": "Kommanditist(in)", "to": "person_8", "width": 1}, {"from": "person_9", "label": "Kommanditist(in)", "to": "company_3", "width": 1}, {"from": "company_3", "label": "Prokurist(in)", "to": "person_10", "width": 1}, {"from": "company_2213", "label": "Kommanditist(in)", "to": "company_5", "width": 1}, {"from": "person_11", "label": "Kommanditist(in)", "to": "company_6", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_12", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_13", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_14", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_15", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_16", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_17", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_18", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_19", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_20", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_21", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_22", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_23", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_24", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_25", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_26", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_27", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_28", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_29", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_30", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_31", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_32", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_33", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_34", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_35", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_36", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_37", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_38", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_39", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_40", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_41", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_42", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_43", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_44", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_45", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_46", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_47", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_48", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_49", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_50", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_51", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_52", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_53", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_54", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_55", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_56", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_57", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_58", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_59", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_60", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_61", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_62", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_63", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_64", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_65", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_66", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_67", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_68", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_69", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_70", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_71", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_72", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_73", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_74", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_75", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_76", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_77", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_78", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_79", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_80", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_81", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_82", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_83", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_84", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_85", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_86", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_87", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_88", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_89", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_90", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_91", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_92", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_93", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_94", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_95", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_96", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_97", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_98", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_99", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_100", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_101", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_102", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_103", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_104", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_105", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_106", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_107", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_108", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_109", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_110", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_111", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_112", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_113", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_114", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_115", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_116", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_117", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_118", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_119", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_120", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_121", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_122", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_123", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_124", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_125", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_126", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_127", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_128", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_129", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_130", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_131", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_132", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_133", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_134", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_135", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_136", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_137", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_138", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_139", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_140", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_141", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_142", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_143", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_144", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_145", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_146", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_147", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_148", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_149", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_150", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_151", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_152", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_153", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_154", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_155", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_156", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_157", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_158", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_159", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_160", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_161", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_162", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_163", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_164", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_165", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_166", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_167", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_168", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_169", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_170", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_171", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_172", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_173", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_174", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_175", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_176", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_177", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_178", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_179", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_180", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_181", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_182", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_183", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_184", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_185", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_186", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_187", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_188", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_189", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_190", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_191", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_192", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_193", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_194", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_195", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_196", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_197", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_198", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_199", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_200", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_201", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_202", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_203", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_204", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_205", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_206", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_207", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_208", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_209", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_210", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_211", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_212", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_213", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_214", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_215", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_216", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_217", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_218", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_219", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_220", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_221", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_222", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_223", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_224", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_225", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_226", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_227", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_228", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_229", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_230", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_231", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_232", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_233", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_234", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_235", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_236", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_237", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_238", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_239", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_240", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_241", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_242", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_243", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_244", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_245", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_246", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_247", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_248", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_249", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_250", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_251", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_252", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_253", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_254", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_255", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_256", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_257", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_258", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_259", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_260", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_261", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_262", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_263", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_264", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_265", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_266", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_267", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_268", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_269", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_270", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_271", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_272", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_273", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_274", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_275", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_276", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_277", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_278", "width": 1}, {"from": "company_6", "label": "Kommanditist(in)", "to": "person_279", "width": 1}, {"from": "person_280", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_7", "width": 1}, {"from": "person_281", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_8", "width": 1}, {"from": "company_8", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "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(in)", "to": "company_10", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_11", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_25", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_26", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_27", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_50", "width": 1}, {"from": "person_285", "label": "Vorstand", "to": "company_52", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_62", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_70", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_71", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_72", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_73", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_76", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_78", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_94", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_95", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_101", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_102", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_103", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_104", "width": 1}, {"from": "person_285", "label": "Liquidator(in)", "to": "company_105", "width": 1}, {"from": "person_285", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_106", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_12", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_13", "width": 1}, {"from": "person_286", "label": "Kommanditist(in)", "to": "company_75", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_107", "width": 1}, {"from": "person_286", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_108", "width": 1}, {"from": "company_12", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_287", "width": 1}, {"from": "person_287", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_107", "width": 1}, {"from": "person_287", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_108", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_14", "width": 1}, {"from": "person_288", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_38", "width": 1}, {"from": "person_288", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_54", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_289", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_290", "width": 1}, {"from": "company_14", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_291", "width": 1}, {"from": "person_289", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_289", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_38", "width": 1}, {"from": "person_289", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_54", "width": 1}, {"from": "person_290", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_290", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_38", "width": 1}, {"from": "person_291", "label": "Vorstand", "to": "company_15", "width": 1}, {"from": "person_291", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_38", "width": 1}, {"from": "person_291", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "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(in)", "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(in)", "to": "company_17", "width": 1}, {"from": "person_295", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_39", "width": 1}, {"from": "person_302", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_17", "width": 1}, {"from": "company_17", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_303", "width": 1}, {"from": "person_304", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_18", "width": 1}, {"from": "person_305", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_19", "width": 1}, {"from": "company_19", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_306", "width": 1}, {"from": "person_307", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_20", "width": 1}, {"from": "person_308", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_21", "width": 1}, {"from": "company_21", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_309", "width": 1}, {"from": "company_21", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_310", "width": 1}, {"from": "person_311", "label": "Prokurist(in)", "to": "company_22", "width": 1}, {"from": "company_22", "label": "Prokurist(in)", "to": "person_312", "width": 1}, {"from": "company_22", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_313", "width": 1}, {"from": "person_314", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_23", "width": 1}, {"from": "person_314", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_92", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_315", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_316", "width": 1}, {"from": "company_23", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_317", "width": 1}, {"from": "person_315", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_92", "width": 1}, {"from": "person_318", "label": "Kommanditist(in)", "to": "company_24", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_319", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_320", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_321", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_322", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_323", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_324", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_325", "width": 1}, {"from": "company_24", "label": "Kommanditist(in)", "to": "person_326", "width": 1}, {"from": "person_327", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_28", "width": 1}, {"from": "person_328", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_29", "width": 1}, {"from": "company_29", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_329", "width": 1}, {"from": "company_29", "label": "Prokurist(in)", "to": "person_330", "width": 1}, {"from": "company_29", "label": "Prokurist(in)", "to": "person_331", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_30", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_35", "width": 1}, {"from": "person_332", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_47", "width": 1}, {"from": "company_30", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_333", "width": 1}, {"from": "company_30", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_334", "width": 1}, {"from": "company_30", "label": "Prokurist(in)", "to": "person_335", "width": 1}, {"from": "company_30", "label": "Prokurist(in)", "to": "person_336", "width": 1}, {"from": "company_30", "label": "Prokurist(in)", "to": "person_337", "width": 1}, {"from": "person_333", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_35", "width": 1}, {"from": "person_333", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_47", "width": 1}, {"from": "person_334", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_35", "width": 1}, {"from": "person_334", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_47", "width": 1}, {"from": "person_335", "label": "Prokurist(in)", "to": "company_35", "width": 1}, {"from": "person_335", "label": "Prokurist(in)", "to": "company_47", "width": 1}, {"from": "person_336", "label": "Prokurist(in)", "to": "company_35", "width": 1}, {"from": "person_336", "label": "Prokurist(in)", "to": "company_47", "width": 1}, {"from": "person_337", "label": "Prokurist(in)", "to": "company_35", "width": 1}, {"from": "person_337", "label": "Prokurist(in)", "to": "company_47", "width": 1}, {"from": "person_338", "label": "Inhaber(in)", "to": "company_31", "width": 1}, {"from": "person_339", "label": "Kommanditist(in)", "to": "company_32", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_340", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_341", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_342", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_343", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_344", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_345", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_346", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_347", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_348", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_349", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_350", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_351", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_352", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_353", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_354", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_355", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_356", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_357", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_358", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_359", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_360", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_361", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_362", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_363", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_364", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_365", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_366", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_367", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_368", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_369", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_370", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_371", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_372", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_373", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_374", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_375", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_376", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_377", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_378", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_379", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_380", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_381", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_382", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_383", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_384", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_385", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_386", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_387", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_388", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_389", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_390", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_391", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_392", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_393", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_394", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_395", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_396", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_397", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_398", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_399", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_400", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_401", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_402", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_403", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_404", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_405", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_406", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_407", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_408", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_409", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_410", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_411", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_412", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_413", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_414", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_415", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_416", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_417", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_418", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_419", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_420", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_421", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_422", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_423", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_424", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_425", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_426", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_427", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_428", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_429", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_430", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_431", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_432", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_433", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_434", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_435", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_436", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_437", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_438", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_439", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_440", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_441", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_442", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_443", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_444", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_445", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_446", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_447", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_448", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_449", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_450", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_451", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_452", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_453", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_454", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_455", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_456", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_457", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_458", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_459", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_460", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_461", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_462", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_463", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_464", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_465", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_466", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_467", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_468", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_469", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_470", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_471", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_472", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_473", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_474", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "company_845", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_475", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_476", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_477", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_478", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_479", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_480", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_481", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_482", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_483", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_484", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_485", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_486", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_487", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_488", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_489", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_490", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_491", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_492", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_493", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_494", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_495", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_496", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_497", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_498", "width": 1}, {"from": "company_32", "label": "Kommanditist(in)", "to": "person_499", "width": 1}, {"from": "person_500", "label": "Liquidator(in)", "to": "company_33", "width": 1}, {"from": "company_1903", "label": "Kommanditist(in)", "to": "company_34", "width": 1}, {"from": "person_501", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "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(in)", "to": "company_39", "width": 1}, {"from": "person_506", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_40", "width": 1}, {"from": "person_507", "label": "Prokurist(in)", "to": "company_41", "width": 1}, {"from": "company_41", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_508", "width": 1}, {"from": "company_41", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_509", "width": 1}, {"from": "company_41", "label": "Prokurist(in)", "to": "person_510", "width": 1}, {"from": "company_41", "label": "Prokurist(in)", "to": "person_511", "width": 1}, {"from": "company_41", "label": "Prokurist(in)", "to": "person_512", "width": 1}, {"from": "person_513", "label": "Prokurist(in)", "to": "company_42", "width": 1}, {"from": "company_42", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_514", "width": 1}, {"from": "company_42", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_515", "width": 1}, {"from": "person_514", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_56", "width": 1}, {"from": "person_514", "label": "Prokurist(in)", "to": "company_87", "width": 1}, {"from": "person_515", "label": "Prokurist(in)", "to": "company_87", "width": 1}, {"from": "person_516", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_43", "width": 1}, {"from": "person_516", "label": "Prokurist(in)", "to": "company_87", "width": 1}, {"from": "company_43", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_517", "width": 1}, {"from": "company_43", "label": "Prokurist(in)", "to": "person_518", "width": 1}, {"from": "company_43", "label": "Prokurist(in)", "to": "person_519", "width": 1}, {"from": "person_517", "label": "Prokurist(in)", "to": "company_56", "width": 1}, {"from": "person_517", "label": "Prokurist(in)", "to": "company_87", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_44", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_84", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_90", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_91", "width": 1}, {"from": "person_520", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_99", "width": 1}, {"from": "company_44", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_521", "width": 1}, {"from": "company_44", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_522", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_523", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_524", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_525", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_526", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_527", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_528", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_529", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_530", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_531", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_532", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_533", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_534", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_535", "width": 1}, {"from": "company_44", "label": "Prokurist(in)", "to": "person_536", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_84", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_90", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_91", "width": 1}, {"from": "person_521", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_99", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_84", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_90", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_91", "width": 1}, {"from": "person_522", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_99", "width": 1}, {"from": "person_523", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_523", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_523", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_523", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_524", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_524", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_524", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_524", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_525", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_525", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_525", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_525", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_526", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_526", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_526", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_527", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_527", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_527", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_527", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_528", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_528", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_528", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_528", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_529", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_529", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_529", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_529", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_530", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_530", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_530", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_530", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_531", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_531", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_531", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_531", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_532", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_532", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_532", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_532", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_533", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_533", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_533", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_533", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_534", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_534", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_534", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_534", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_535", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_535", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_535", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_535", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_536", "label": "Prokurist(in)", "to": "company_84", "width": 1}, {"from": "person_536", "label": "Prokurist(in)", "to": "company_90", "width": 1}, {"from": "person_536", "label": "Prokurist(in)", "to": "company_91", "width": 1}, {"from": "person_536", "label": "Prokurist(in)", "to": "company_99", "width": 1}, {"from": "person_537", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_45", "width": 1}, {"from": "company_45", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_538", "width": 1}, {"from": "person_539", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_46", "width": 1}, {"from": "person_540", "label": "Partner(in)", "to": "company_48", "width": 1}, {"from": "company_48", "label": "Partner(in)", "to": "person_541", "width": 1}, {"from": "company_48", "label": "Partner(in)", "to": "person_542", "width": 1}, {"from": "person_543", "label": "Vorstand", "to": "company_49", "width": 1}, {"from": "person_544", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_51", "width": 1}, {"from": "person_545", "label": "Pers\u00f6nlich haftende(r) Gesellschafter(in)", "to": "company_53", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_546", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_547", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_548", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_549", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_550", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_551", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_552", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_553", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_554", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_555", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_556", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_557", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_558", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_559", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_560", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_561", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_562", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_563", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_564", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_565", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_566", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_567", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_568", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_569", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_570", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_571", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_572", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_573", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_574", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_575", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_576", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_577", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_578", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_579", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_580", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_581", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_582", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_583", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_584", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_585", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_586", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_587", "width": 1}, {"from": "company_53", "label": "Kommanditist(in)", "to": "person_588", "width": 1}, {"from": "person_589", "label": "Inhaber(in)", "to": "company_55", "width": 1}, {"from": "company_56", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_590", "width": 1}, {"from": "person_591", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_57", "width": 1}, {"from": "company_57", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_592", "width": 1}, {"from": "company_57", "label": "Prokurist(in)", "to": "person_593", "width": 1}, {"from": "company_57", "label": "Prokurist(in)", "to": "person_594", "width": 1}, {"from": "person_595", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_58", "width": 1}, {"from": "company_58", "label": "Prokurist(in)", "to": "person_596", "width": 1}, {"from": "company_58", "label": "Prokurist(in)", "to": "person_597", "width": 1}, {"from": "person_598", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_59", "width": 1}, {"from": "company_59", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_599", "width": 1}, {"from": "company_59", "label": "Prokurist(in)", "to": "person_600", "width": 1}, {"from": "person_601", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_60", "width": 1}, {"from": "company_60", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_602", "width": 1}, {"from": "person_603", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_61", "width": 1}, {"from": "company_61", "label": "Prokurist(in)", "to": "person_604", "width": 1}, {"from": "company_61", "label": "Prokurist(in)", "to": "person_605", "width": 1}, {"from": "person_606", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_63", "width": 1}, {"from": "person_606", "label": "Prokurist(in)", "to": "company_74", "width": 1}, {"from": "person_607", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_64", "width": 1}, {"from": "company_64", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_608", "width": 1}, {"from": "person_609", "label": "Kommanditist(in)", "to": "company_65", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_610", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_611", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_612", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_613", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_614", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_615", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_616", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_617", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_618", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_619", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_620", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_621", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_622", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_623", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_624", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_625", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_626", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_627", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_628", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_629", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_630", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_631", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_632", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_633", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_634", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_635", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_636", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_637", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_638", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_639", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_640", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_641", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_642", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_643", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_644", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_645", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_646", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_647", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_648", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_649", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_650", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_651", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_652", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_653", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_654", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_655", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_656", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_657", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_658", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_659", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_660", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_661", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_662", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_663", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_664", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_665", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_666", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_667", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_668", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_669", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_670", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_671", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_672", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_673", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_674", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_675", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_676", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_677", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_678", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_679", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_680", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_681", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_682", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_683", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_684", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_685", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_686", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_687", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_688", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_689", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_690", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_691", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_692", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_693", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_694", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_695", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_696", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_697", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_698", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_699", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_700", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_701", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_702", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_703", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_704", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_705", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_706", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_707", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_708", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_709", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_710", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_711", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_712", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_713", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_714", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_715", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_716", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_717", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_718", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_719", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_720", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_721", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_722", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_723", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_724", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_725", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_726", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_727", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_728", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_729", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_730", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_731", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_732", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_733", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_734", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_735", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_736", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_737", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_738", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_739", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_740", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_741", "width": 1}, {"from": "company_65", "label": "Kommanditist(in)", "to": "person_742", "width": 1}, {"from": "person_743", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_66", "width": 1}, {"from": "company_66", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_744", "width": 1}, {"from": "person_745", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_67", "width": 1}, {"from": "company_67", "label": "Prokurist(in)", "to": "person_746", "width": 1}, {"from": "company_67", "label": "Prokurist(in)", "to": "person_747", "width": 1}, {"from": "company_67", "label": "Prokurist(in)", "to": "person_748", "width": 1}, {"from": "company_67", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_749", "width": 1}, {"from": "person_750", "label": "Prokurist(in)", "to": "company_68", "width": 1}, {"from": "company_68", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_751", "width": 1}, {"from": "company_68", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_752", "width": 1}, {"from": "company_68", "label": "Prokurist(in)", "to": "person_753", "width": 1}, {"from": "company_163", "label": "Pers\u00f6nlich haftende(r) Gesellschafter(in)", "to": "company_74", "width": 1}, {"from": "company_80", "label": "Pers\u00f6nlich haftende(r) Gesellschafter(in)", "to": "company_77", "width": 1}, {"from": "company_80", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_758", "width": 1}, {"from": "company_80", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_760", "width": 1}, {"from": "company_77", "label": "Kommanditist(in)", "to": "person_754", "width": 1}, {"from": "company_77", "label": "Kommanditist(in)", "to": "person_755", "width": 1}, {"from": "company_77", "label": "Kommanditist(in)", "to": "person_756", "width": 1}, {"from": "company_77", "label": "Kommanditist(in)", "to": "person_757", "width": 1}, {"from": "company_77", "label": "Pers\u00f6nlich haftende(r) Gesellschafter(in)", "to": "person_758", "width": 1}, {"from": "person_759", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_79", "width": 1}, {"from": "person_761", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_81", "width": 1}, {"from": "person_762", "label": "Liquidator(in)", "to": "company_82", "width": 1}, {"from": "person_763", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_83", "width": 1}, {"from": "person_764", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_85", "width": 1}, {"from": "person_765", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_86", "width": 1}, {"from": "company_86", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_766", "width": 1}, {"from": "person_767", "label": "Prokurist(in)", "to": "company_87", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_768", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_769", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_770", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_771", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_772", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_773", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_774", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_775", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_776", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_777", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_778", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_779", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_780", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_781", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_782", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_783", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_784", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_785", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_786", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_787", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_788", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_789", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_790", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_791", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_792", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_793", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "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(in)", "to": "person_797", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_798", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_799", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_800", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_801", "width": 1}, {"from": "company_87", "label": "Vorstand", "to": "person_802", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_803", "width": 1}, {"from": "company_87", "label": "Prokurist(in)", "to": "person_804", "width": 1}, {"from": "person_805", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_88", "width": 1}, {"from": "person_806", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_89", "width": 1}, {"from": "company_89", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_807", "width": 1}, {"from": "company_89", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_808", "width": 1}, {"from": "company_89", "label": "Prokurist(in)", "to": "person_809", "width": 1}, {"from": "company_89", "label": "Prokurist(in)", "to": "person_810", "width": 1}, {"from": "company_91", "label": "Prokurist(in)", "to": "person_811", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_812", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_813", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_814", "width": 1}, {"from": "company_92", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_815", "width": 1}, {"from": "person_816", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_93", "width": 1}, {"from": "company_93", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "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(in)", "to": "company_97", "width": 1}, {"from": "company_97", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_823", "width": 1}, {"from": "person_824", "label": "Prokurist(in)", "to": "company_98", "width": 1}, {"from": "company_98", "label": "Prokurist(in)", "to": "person_825", "width": 1}, {"from": "company_98", "label": "Prokurist(in)", "to": "person_826", "width": 1}, {"from": "company_98", "label": "Prokurist(in)", "to": "person_827", "width": 1}, {"from": "person_828", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_100", "width": 1}, {"from": "person_829", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_109", "width": 1}, {"from": "company_109", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_830", "width": 1}, {"from": "person_831", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_110", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_832", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_833", "width": 1}, {"from": "company_110", "label": "Prokurist(in)", "to": "person_834", "width": 1}, {"from": "company_110", "label": "Prokurist(in)", "to": "person_835", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_836", "width": 1}, {"from": "company_110", "label": "Prokurist(in)", "to": "person_837", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_838", "width": 1}, {"from": "company_110", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_839", "width": 1}, {"from": "company_110", "label": "Prokurist(in)", "to": "person_840", "width": 1}, {"from": "person_841", "label": "Kommanditist(in)", "to": "company_111", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_842", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_843", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_844", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_845", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_846", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_847", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_848", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_849", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_850", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_851", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_852", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_853", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_854", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_855", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_856", "width": 1}, {"from": "company_111", "label": "Kommanditist(in)", "to": "person_857", "width": 1}, {"from": "person_858", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_112", "width": 1}, {"from": "person_859", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "company_113", "width": 1}, {"from": "company_113", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_860", "width": 1}, {"from": "person_861", "label": "Prokurist(in)", "to": "company_114", "width": 1}, {"from": "company_114", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "to": "person_862", "width": 1}, {"from": "company_114", "label": "Gesch\u00e4ftsf\u00fchrer(in)", "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,
|
|
"filter": [
|
|
"physics"
|
|
]
|
|
},
|
|
"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>
|