2023-11-10 18:56:51 +01:00

2127 lines
394 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cells": [
{
"cell_type": "code",
"execution_count": 38,
"metadata": {},
"outputs": [],
"source": [
"from aki_prj23_transparenzregister.utils.sql import connector, entities\n",
"from aki_prj23_transparenzregister.config.config_providers import JsonFileConfigProvider\n",
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 39,
"metadata": {},
"outputs": [],
"source": [
"session = connector.get_session(JsonFileConfigProvider(\"../../../../secrets.json\"))\n",
"query_companies = session.query(entities.Company) # .all()\n",
"query_relations = session.query(entities.CompanyRelation) # .all()\n",
"\n",
"companies_df: pd.DataFrame = pd.read_sql(str(query_companies), session.bind) # type: ignore\n",
"companies_relations_df: pd.DataFrame = pd.read_sql(str(query_relations), session.bind) # type: ignore"
]
},
{
"cell_type": "code",
"execution_count": 40,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>company_id</th>\n",
" <th>company_hr</th>\n",
" <th>company_court_id</th>\n",
" <th>company_name</th>\n",
" <th>company_company_type</th>\n",
" <th>company_founding_date</th>\n",
" <th>company_business_purpose</th>\n",
" <th>company_street</th>\n",
" <th>company_house_number</th>\n",
" <th>company_zip_code</th>\n",
" <th>company_city</th>\n",
" <th>company_longitude</th>\n",
" <th>company_latitude</th>\n",
" <th>company_pos_accuracy</th>\n",
" <th>company_capital_value</th>\n",
" <th>company_original_currency</th>\n",
" <th>company_capital_type</th>\n",
" <th>company_last_update</th>\n",
" <th>company_sector</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>1</td>\n",
" <td>HRB 148048</td>\n",
" <td>1</td>\n",
" <td>0 10 24 Telefondienste GmbH</td>\n",
" <td>GMBH</td>\n",
" <td>2000-09-18</td>\n",
" <td>Gegenstand des Unternehmens ist die Entwicklun...</td>\n",
" <td>Deelbögenkamp</td>\n",
" <td>4</td>\n",
" <td>22297</td>\n",
" <td>Hamburg</td>\n",
" <td>10.017700</td>\n",
" <td>53.602620</td>\n",
" <td>4.0</td>\n",
" <td>25000.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2020-05-11</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>2</td>\n",
" <td>HRA 301114</td>\n",
" <td>2</td>\n",
" <td>1. Staiger Grundstücksverwaltung GmbH &amp; Co. KG</td>\n",
" <td>KG</td>\n",
" <td>2003-07-03</td>\n",
" <td>None</td>\n",
" <td>Johannes-Bieg-Straße</td>\n",
" <td>8</td>\n",
" <td>74391</td>\n",
" <td>Erligheim</td>\n",
" <td>9.097200</td>\n",
" <td>49.022500</td>\n",
" <td>4.0</td>\n",
" <td>200000.0</td>\n",
" <td>EURO</td>\n",
" <td>HAFTEINLAGE</td>\n",
" <td>2020-05-04</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>3</td>\n",
" <td>HRA 720015</td>\n",
" <td>3</td>\n",
" <td>1 A Autenrieth Kunststofftechnik GmbH &amp; Co. KG</td>\n",
" <td>KG</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>Gewerbestraße</td>\n",
" <td>8</td>\n",
" <td>72535</td>\n",
" <td>Heroldstatt</td>\n",
" <td>9.664233</td>\n",
" <td>48.445633</td>\n",
" <td>4.0</td>\n",
" <td>146000.0</td>\n",
" <td>EURO</td>\n",
" <td>HAFTEINLAGE</td>\n",
" <td>2016-08-23</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>4</td>\n",
" <td>HRB 97262</td>\n",
" <td>1</td>\n",
" <td>01050.com GmbH</td>\n",
" <td>GMBH</td>\n",
" <td>2006-03-02</td>\n",
" <td>die Entwicklung und Bereitstellung von Dienstl...</td>\n",
" <td>Deelbögenkamp</td>\n",
" <td>4</td>\n",
" <td>22297</td>\n",
" <td>Hamburg</td>\n",
" <td>10.017700</td>\n",
" <td>53.602620</td>\n",
" <td>4.0</td>\n",
" <td>25000.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2020-05-13</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>5</td>\n",
" <td>HRA 17617</td>\n",
" <td>4</td>\n",
" <td>2. Schaper Objekt GmbH &amp; Co. Kiel KG</td>\n",
" <td>KG</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>Metro-Straße</td>\n",
" <td>2</td>\n",
" <td>40235</td>\n",
" <td>Düsseldorf</td>\n",
" <td>6.821600</td>\n",
" <td>51.230100</td>\n",
" <td>4.0</td>\n",
" <td>500.0</td>\n",
" <td>EURO</td>\n",
" <td>HAFTEINLAGE</td>\n",
" <td>2021-05-27</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>...</th>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3142</th>\n",
" <td>3143</td>\n",
" <td>HRB 13874</td>\n",
" <td>58</td>\n",
" <td>WINGAS Holding GmbH</td>\n",
" <td>GMBH</td>\n",
" <td>2005-01-18</td>\n",
" <td>Die Beteiligung an Unternehmen, die den Einkau...</td>\n",
" <td>Königstor</td>\n",
" <td>20</td>\n",
" <td>34117</td>\n",
" <td>Kassel</td>\n",
" <td>9.491200</td>\n",
" <td>51.316600</td>\n",
" <td>4.0</td>\n",
" <td>25200.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2023-03-28</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3143</th>\n",
" <td>3144</td>\n",
" <td>HRB 71591</td>\n",
" <td>4</td>\n",
" <td>WohnServicePlus GmbH</td>\n",
" <td>GMBH</td>\n",
" <td>2013-11-27</td>\n",
" <td>Die Erbringung von Servicedienstleistungen run...</td>\n",
" <td>Flughafenstraße</td>\n",
" <td>99</td>\n",
" <td>40474</td>\n",
" <td>Düsseldorf</td>\n",
" <td>6.748000</td>\n",
" <td>51.269600</td>\n",
" <td>4.0</td>\n",
" <td>25000.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2022-03-29</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3144</th>\n",
" <td>3145</td>\n",
" <td>HRB 5297</td>\n",
" <td>102</td>\n",
" <td>Wohnungsbaugesellschaft mit beschränkter Haftu...</td>\n",
" <td>GMBH</td>\n",
" <td>1989-07-04</td>\n",
" <td>Die Gesellschaft errichtet, bewirtschaftet, be...</td>\n",
" <td>Taubenstraße</td>\n",
" <td>47</td>\n",
" <td>47443</td>\n",
" <td>Moers</td>\n",
" <td>6.667900</td>\n",
" <td>51.454200</td>\n",
" <td>4.0</td>\n",
" <td>6168500.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2022-02-16</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3145</th>\n",
" <td>3146</td>\n",
" <td>HRA 48546 B</td>\n",
" <td>12</td>\n",
" <td>Zalando Customer Care International SE &amp; Co. KG</td>\n",
" <td>KG</td>\n",
" <td>2013-08-16</td>\n",
" <td>None</td>\n",
" <td>Mühlenstraße</td>\n",
" <td>15</td>\n",
" <td>10243</td>\n",
" <td>Berlin</td>\n",
" <td>13.439400</td>\n",
" <td>52.512300</td>\n",
" <td>6.0</td>\n",
" <td>100.0</td>\n",
" <td>EURO</td>\n",
" <td>HAFTEINLAGE</td>\n",
" <td>2021-11-26</td>\n",
" <td>None</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3146</th>\n",
" <td>3147</td>\n",
" <td>HRB 382018</td>\n",
" <td>9</td>\n",
" <td>zebotec GmbH</td>\n",
" <td>GMBH</td>\n",
" <td>2002-04-03</td>\n",
" <td>ist Consulting und Dienstleistungen im Bereich...</td>\n",
" <td>August-Borsig-Straße</td>\n",
" <td>11</td>\n",
" <td>78467</td>\n",
" <td>Konstanz</td>\n",
" <td>9.164900</td>\n",
" <td>47.674400</td>\n",
" <td>4.0</td>\n",
" <td>25000.0</td>\n",
" <td>EURO</td>\n",
" <td>STAMMKAPITAL</td>\n",
" <td>2021-12-15</td>\n",
" <td>None</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>3146 rows × 19 columns</p>\n",
"</div>"
],
"text/plain": [
" company_id company_hr company_court_id \\\n",
"0 1 HRB 148048 1 \n",
"1 2 HRA 301114 2 \n",
"2 3 HRA 720015 3 \n",
"3 4 HRB 97262 1 \n",
"4 5 HRA 17617 4 \n",
"... ... ... ... \n",
"3142 3143 HRB 13874 58 \n",
"3143 3144 HRB 71591 4 \n",
"3144 3145 HRB 5297 102 \n",
"3145 3146 HRA 48546 B 12 \n",
"3146 3147 HRB 382018 9 \n",
"\n",
" company_name company_company_type \\\n",
"0 0 10 24 Telefondienste GmbH GMBH \n",
"1 1. Staiger Grundstücksverwaltung GmbH & Co. KG KG \n",
"2 1 A Autenrieth Kunststofftechnik GmbH & Co. KG KG \n",
"3 01050.com GmbH GMBH \n",
"4 2. Schaper Objekt GmbH & Co. Kiel KG KG \n",
"... ... ... \n",
"3141 WINGAS Holding GmbH GMBH \n",
"3142 WohnServicePlus GmbH GMBH \n",
"3143 Wohnungsbaugesellschaft mit beschränkter Haftu... GMBH \n",
"3144 Zalando Customer Care International SE & Co. KG KG \n",
"3145 zebotec GmbH GMBH \n",
"\n",
" company_founding_date company_business_purpose \\\n",
"0 2000-09-18 Gegenstand des Unternehmens ist die Entwicklun... \n",
"1 2003-07-03 None \n",
"2 None None \n",
"3 2006-03-02 die Entwicklung und Bereitstellung von Dienstl... \n",
"4 None None \n",
"... ... ... \n",
"3141 2005-01-18 Die Beteiligung an Unternehmen, die den Einkau... \n",
"3142 2013-11-27 Die Erbringung von Servicedienstleistungen run... \n",
"3143 1989-07-04 Die Gesellschaft errichtet, bewirtschaftet, be... \n",
"3144 2013-08-16 None \n",
"3145 2002-04-03 ist Consulting und Dienstleistungen im Bereich... \n",
"\n",
" company_street company_house_number company_zip_code company_city \\\n",
"0 Deelbögenkamp 4 22297 Hamburg \n",
"1 Johannes-Bieg-Straße 8 74391 Erligheim \n",
"2 Gewerbestraße 8 72535 Heroldstatt \n",
"3 Deelbögenkamp 4 22297 Hamburg \n",
"4 Metro-Straße 2 40235 Düsseldorf \n",
"... ... ... ... ... \n",
"3141 Königstor 20 34117 Kassel \n",
"3142 Flughafenstraße 99 40474 Düsseldorf \n",
"3143 Taubenstraße 47 47443 Moers \n",
"3144 Mühlenstraße 15 10243 Berlin \n",
"3145 August-Borsig-Straße 11 78467 Konstanz \n",
"\n",
" company_longitude company_latitude company_pos_accuracy \\\n",
"0 10.017700 53.602620 4.0 \n",
"1 9.097200 49.022500 4.0 \n",
"2 9.664233 48.445633 4.0 \n",
"3 10.017700 53.602620 4.0 \n",
"4 6.821600 51.230100 4.0 \n",
"... ... ... ... \n",
"3141 9.491200 51.316600 4.0 \n",
"3142 6.748000 51.269600 4.0 \n",
"3143 6.667900 51.454200 4.0 \n",
"3144 13.439400 52.512300 6.0 \n",
"3145 9.164900 47.674400 4.0 \n",
"\n",
" company_capital_value company_original_currency company_capital_type \\\n",
"0 25000.0 EURO STAMMKAPITAL \n",
"1 200000.0 EURO HAFTEINLAGE \n",
"2 146000.0 EURO HAFTEINLAGE \n",
"3 25000.0 EURO STAMMKAPITAL \n",
"4 500.0 EURO HAFTEINLAGE \n",
"... ... ... ... \n",
"3141 25200.0 EURO STAMMKAPITAL \n",
"3142 25000.0 EURO STAMMKAPITAL \n",
"3143 6168500.0 EURO STAMMKAPITAL \n",
"3144 100.0 EURO HAFTEINLAGE \n",
"3145 25000.0 EURO STAMMKAPITAL \n",
"\n",
" company_last_update company_sector \n",
"0 2020-05-11 None \n",
"1 2020-05-04 None \n",
"2 2016-08-23 None \n",
"3 2020-05-13 None \n",
"4 2021-05-27 None \n",
"... ... ... \n",
"3141 2023-03-28 None \n",
"3142 2022-03-29 None \n",
"3143 2022-02-16 None \n",
"3144 2021-11-26 None \n",
"3145 2021-12-15 None \n",
"\n",
"[3146 rows x 19 columns]"
]
},
"execution_count": 40,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"companies_df"
]
},
{
"cell_type": "code",
"execution_count": 41,
"metadata": {},
"outputs": [],
"source": [
"def to_dict(data: object):\n",
" return data.__dict__"
]
},
{
"cell_type": "code",
"execution_count": 42,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>index</th>\n",
" <th>label</th>\n",
" <th>type</th>\n",
" <th>shape</th>\n",
" <th>color</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>company_1</td>\n",
" <td>0 10 24 Telefondienste GmbH</td>\n",
" <td>Company</td>\n",
" <td>dot</td>\n",
" <td>#729b79ff</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>person_1</td>\n",
" <td>Nicolas, Tetau</td>\n",
" <td>Person</td>\n",
" <td>dot</td>\n",
" <td>blue</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>person_2</td>\n",
" <td>Lutz, Dammast</td>\n",
" <td>Person</td>\n",
" <td>dot</td>\n",
" <td>blue</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>company_2</td>\n",
" <td>1. Staiger Grundstücksverwaltung GmbH &amp; Co. KG</td>\n",
" <td>Company</td>\n",
" <td>dot</td>\n",
" <td>#729b79ff</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>person_3</td>\n",
" <td>Rosemarie, Tutsch</td>\n",
" <td>Person</td>\n",
" <td>dot</td>\n",
" <td>blue</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" index label type shape \\\n",
"0 company_1 0 10 24 Telefondienste GmbH Company dot \n",
"1 person_1 Nicolas, Tetau Person dot \n",
"2 person_2 Lutz, Dammast Person dot \n",
"3 company_2 1. Staiger Grundstücksverwaltung GmbH & Co. KG Company dot \n",
"4 person_3 Rosemarie, Tutsch Person dot \n",
"\n",
" color \n",
"0 #729b79ff \n",
"1 blue \n",
"2 blue \n",
"3 #729b79ff \n",
"4 blue "
]
},
"execution_count": 42,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"def get_data():\n",
" nodes = {}\n",
" edges = []\n",
" network_data = []\n",
" edge_template = {\n",
" \"from\": {\n",
" \"name\": \"Hans Wurst\",\n",
" \"type\": \"Person\",\n",
" },\n",
" \"to\": {\"name\": \"Atos :D\", \"type\": \"Company\"},\n",
" \"type\": \"Vorstand\",\n",
" }\n",
" node_template = {\n",
" \"id\": \"(company|person)_\\d\",\n",
" \"label\": \"Name from entries\",\n",
" \"type\": \"Company|Person\",\n",
" \"shape\": \"dot\",\n",
" \"color\": \"#729b79ff\",\n",
" # TODO add title for hover effect in graph \"title\": \"\"\n",
" }\n",
" data = session.query(entities.Relation).all()\n",
" for entry in data[:1000]:\n",
" company = (\n",
" session.query(entities.Company)\n",
" .filter(entities.Company.id == entry.company_id)\n",
" .first()\n",
" )\n",
" if (\"company_\" + str(company.id)) not in nodes:\n",
" nodes[\"company_\" + str(company.id)] = {\n",
" \"label\": company.name,\n",
" \"type\": \"Company\",\n",
" \"shape\": \"dot\",\n",
" \"color\": \"#729b79ff\",\n",
" }\n",
" person_relations = (\n",
" session.query(entities.PersonRelation)\n",
" .filter(entities.PersonRelation.id == entry.id)\n",
" .all()\n",
" )\n",
" for relation in person_relations:\n",
" person = (\n",
" session.query(entities.Person)\n",
" .filter(entities.Person.id == relation.person_id)\n",
" .first()\n",
" )\n",
" if (\"person_\" + str(person.id)) not in nodes:\n",
" nodes[\"person_\" + str(person.id)] = {\n",
" \"label\": f\"{person.firstname}, {person.lastname}\",\n",
" \"type\": \"Person\",\n",
" \"shape\": \"dot\",\n",
" \"color\": \"blue\",\n",
" }\n",
" edges.append(\n",
" {\n",
" \"from\": \"person_\" + str(person.id),\n",
" \"to\": \"company_\" + str(company.id),\n",
" # \"label\": int(entry.relation)\n",
" \"label\": RelationTypeEnum.get_string_from_enum(entry.relation),\n",
" }\n",
" )\n",
" company_relations = (\n",
" session.query(entities.CompanyRelation)\n",
" .filter(entities.CompanyRelation.id == entry.id)\n",
" .all()\n",
" )\n",
" for relation in company_relations:\n",
" company_2 = (\n",
" session.query(entities.Company)\n",
" .filter(entities.Company.id == relation.company2_id)\n",
" .first()\n",
" )\n",
" if (\"company_\" + str(company_2.id)) not in nodes:\n",
" nodes[\"company_\" + str(company_2.id)] = {\n",
" \"label\": company_2.name,\n",
" \"type\": \"Company\",\n",
" \"shape\": \"dot\",\n",
" \"color\": \"#729b79ff\",\n",
" }\n",
" edges.append(\n",
" {\n",
" \"from\": \"company_\" + str(company_2.id),\n",
" \"to\": \"company_\" + str(company.id),\n",
" \"label\": RelationTypeEnum.get_string_from_enum(entry.relation),\n",
" }\n",
" )\n",
" return pd.DataFrame.from_dict(nodes, orient=\"index\").reset_index(), pd.DataFrame(\n",
" edges\n",
" )\n",
"\n",
"\n",
"nodes, edges = get_data()\n",
"nodes.head()"
]
},
{
"cell_type": "code",
"execution_count": 43,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>from</th>\n",
" <th>to</th>\n",
" <th>label</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>person_1</td>\n",
" <td>company_1</td>\n",
" <td>RelationshipRoleEnum.GESCHAEFTSFUEHRER</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>person_2</td>\n",
" <td>company_1</td>\n",
" <td>RelationshipRoleEnum.PROKURIST</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>person_3</td>\n",
" <td>company_2</td>\n",
" <td>RelationshipRoleEnum.KOMMANDITIST</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>person_4</td>\n",
" <td>company_2</td>\n",
" <td>RelationshipRoleEnum.KOMMANDITIST</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>person_5</td>\n",
" <td>company_2</td>\n",
" <td>RelationshipRoleEnum.KOMMANDITIST</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" from to label\n",
"0 person_1 company_1 RelationshipRoleEnum.GESCHAEFTSFUEHRER\n",
"1 person_2 company_1 RelationshipRoleEnum.PROKURIST\n",
"2 person_3 company_2 RelationshipRoleEnum.KOMMANDITIST\n",
"3 person_4 company_2 RelationshipRoleEnum.KOMMANDITIST\n",
"4 person_5 company_2 RelationshipRoleEnum.KOMMANDITIST"
]
},
"execution_count": 43,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"edges.head()"
]
},
{
"cell_type": "code",
"execution_count": 44,
"metadata": {},
"outputs": [
{
"data": {
"image/png": "iVBORw0KGgoAAAANSUhEUgAAA+AAAAPbCAYAAADcmuETAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA2EElEQVR4nO3de5TXdZ348dcAMoNyU4Hh0ijh/QoGSmiuazs2nTwY20VWO4AsZiaaOscUvDAqq7ClHipRjmSLu5tBtuq6wcFsksqEUJDSI+AqKZx+DYolQ2jc5vP7o3Vq4iJfYF6APh7nfM/x+573+/t5fzkfkCef76WsKIoiAAAAgFbVZm9vAAAAAD4IBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOADsg/7+7/8+rrrqqr1y7IsuuiiGDRu2V44NAO9nAhwA/kZDQ0NceeWVceSRR0ZFRUVUVlbGGWecEffee2+8/fbbe3t7u2369OnRv3//6NixY3Tt2jVOOeWUmDRp0t7eFgC877Xb2xsAgH3JihUr4owzzoiuXbvG7bffHieddFKUl5fH888/H/fdd1/06dMnzjvvvG2u3bRpUxxwwAHJOy7Nd77znbjqqqvim9/8Zpx11lmxYcOG+PWvfx0vvPDC3t4aALzvuQIOAH/lsssui3bt2sWzzz4b559/fhx33HHRr1+/+PSnPx2zZ8+OoUOHNs8tKyuLe++9N84777w46KCD4rbbbostW7bEmDFj4sMf/nB06NAhjjnmmPjGN77R4hjvvsT7lltuie7du0fnzp3j0ksvjY0bN7aY19TUFNdee20ccsgh0bNnz7j55pt3+/k99thjcf7558eYMWPiyCOPjBNOOCEuuOCCuO2227aae8cdd0SvXr3i0EMPjbFjx8amTZuaf/Yf//EfMWjQoOjUqVP07NkzLrzwwnj99debfz5v3rwoKyuL2bNnx8knnxwVFRXx0Y9+dKvQf+qpp+LMM8+MDh06RFVVVXzlK1+J9evXN//8nnvuiaOOOqr5lQif+9zndvvXAAD2FgEOAP/nzTffjB/96EcxduzYOOigg7Y5p6ysrMX9m2++Of7xH/8xnn/++fjnf/7naGpqig996EPx0EMPxYsvvhgTJkyI66+/Pr7//e+3WFdfXx9Lly6NefPmxfe+9714+OGH45Zbbmkx54EHHoiDDjoofvnLX8bXvva1uPXWW+OJJ57YrefYs2fPWLBgQbz22ms7nPfkk0/GK6+8Ek8++WQ88MADMWPGjJgxY0bzzzdt2hQTJ06MX/3qV/Hoo4/Gq6++GhdddNFWj/PVr3417rzzznjmmWeie/fuMXTo0OaQf+WVV+KTn/xkfPazn41f//rXMWvWrHjqqafi8ssvj4iIZ599Nr7yla/ErbfeGsuXL4+5c+fG3/3d3+3W8weAvaoAAIqiKIoFCxYUEVE8/PDDLcYPPfTQ4qCDDioOOuig4tprr20ej4jiqquues/HHTt2bPHZz362+f6oUaOKQw45pFi/fn3z2L333lt07Nix2LJlS1EURXHWWWcVH/vYx1o8zqmnnlpcd911u/Tc3vX//t//Kz760Y8WEVEcffTRxahRo4pZs2Y1H/fd/R1++OHF5s2bm8c+//nPF8OHD9/u4z7zzDNFRBTr1q0riqIonnzyySIiipkzZzbPefPNN4sOHToUs2bNKoqiKMaMGVNccsklLR7n5z//edGmTZvinXfeKf7rv/6r6Ny5c9HY2LhbzxkA9hWugAPAe1i4cGEsWbIkTjjhhNiwYUOLnw0aNGir+VOnTo2BAwdG9+7do2PHjnHffffFypUrW8zp379/HHjggc33hwwZEn/84x9j1apVzWMnn3xyizW9evVq8TLvv/bzn/88Onbs2Hz77ne/u815vXr1ivnz58fzzz8fV155ZWzevDlGjRoVn/zkJ6Opqal53gknnBBt27bd7rEXLVoUQ4cOjcMOOyw6deoUZ511VkTEVs9zyJAhzf99yCGHxDHHHBNLly6NiIhf/epXMWPGjBb7rqmpiaampvjNb34T55xzThx++OHRr1+/GDFiRHz3u999X3wIHgAfXD6EDQD+z5FHHhllZWWxfPnyFuP9+vWLiIgOHTpsteZvX6o+c+bMuOaaa+LOO++MIUOGRKdOneLrX/96/PKXvyx5P3/7gW5lZWUtIvmvDRo0KJYsWdJ8v7KycoePfeKJJ8aJJ54Yl112WVx66aVx5plnxk9/+tM4++yz3/PY69evj5qamqipqYnvfve70b1791i5cmXU1NRs9T72HfnjH/8YX/rSl+IrX/nKVj877LDDon379rF48eKYN29e/OhHP4oJEybEzTffHM8880x07dp1p48DAPsKAQ4A/+fQQw+Nc845J+6+++644oortvs+8B35xS9+EaeffnpcdtllzWOvvPLKVvN+9atfxTvvvNMc9QsWLIiOHTtGVVXVLu29Q4cOceSRR+7S2uOPPz4iosWHn+3IsmXL4s0334zJkyc37/fZZ5/d5twFCxbEYYcdFhERf/jDH+Kll16K4447LiIiPvKRj8SLL764w323a9cuqquro7q6Ourq6qJr167xk5/8JD7zmc/s9PMDgH2Fl6ADwF+55557YvPmzTFo0KCYNWtWLF26NJYvXx7/+Z//GcuWLWvxsuxtOeqoo+LZZ5+Nxx9/PF566aW46aab4plnntlq3saNG2PMmDHx4osvxpw5c6Kuri4uv/zyaNOmdf/X/OUvfzkmTpwYv/jFL+K1116LBQsWxMiRI6N79+4tXi6+I+9enf7Wt74VK1asiMceeywmTpy4zbm33npr1NfXxwsvvBAXXXRRdOvWLYYNGxYREdddd108/fTTcfnll8eSJUvif//3f+O///u/mz+E7Yc//GF885vfjCVLlsRrr70W//7v/x5NTU1xzDHH7JFfCwDIJsAB4K8cccQR8dxzz0V1dXWMHz8++vfvH4MGDYpvfetbcc0112w3NN/1pS99KT7zmc/E8OHDY/DgwfHmm2+2uBr+rn/4h3+Io446Kv7u7/4uhg8fHuedd94e+Zqx91JdXR0LFiyIz3/+83H00UfHZz/72aioqIj6+vo49NBDd+oxunfvHjNmzIiHHnoojj/++Jg8eXLccccd25w7efLkuPLKK2PgwIHR0NAQ//M//xPt27ePiD+/x/2nP/1pvPTSS3HmmWfGKaecEhMmTIjevXtHRETXrl3j4Ycfjo9//ONx3HHHxbRp0+J73/tenHDCCXvmFwMAkpUVRVHs7U0AwAfJRRddFG+99VY8+uije3srrWbevHlx9tlnxx/+8Afv1waA/+MKOAAAACQQ4AAAAJDAS9ABAAAgQclXwH/2s5/F0KFDo3fv3lFWVrZT71+bN29efOQjH4ny8vI48sgjY8aMGbuwVQAAANh/lRzg69evj/79+8fUqVN3av5vfvObOPfcc+Pss8+OJUuWxFVXXRUXX3xxPP744yVvFgAAAPZXu/US9LKysnjkkUeav89zW6677rqYPXt2vPDCC81j//RP/xRvvfVWzJ07d1cPDQAAAPuVdq19gPnz50d1dXWLsZqamrjqqqu2u2bDhg2xYcOG5vtNTU3x+9//Pg499NAoKytrra0CAABAREQURRHr1q2L3r17R5s2e+bzy1s9wBsaGqKysrLFWGVlZTQ2NsY777wTHTp02GrNpEmT4pZbbmntrQEAAMAOrVq1Kj70oQ/tkcdq9QDfFePHj4/a2trm+2vXro3DDjssVq1aFZ07d96LOwMAAOCDoLGxMaqqqqJTp0577DFbPcB79uwZq1evbjG2evXq6Ny58zavfkdElJeXR3l5+VbjnTt3FuAAAACk2ZNvg94zL2TfgSFDhkR9fX2LsSeeeCKGDBnS2ocGAACAfUbJAf7HP/4xlixZEkuWLImIP3/N2JIlS2LlypUR8eeXj48cObJ5/qWXXhorVqyIa6+9NpYtWxb33HNPfP/734+rr756zzwDAAAA2A+UHODPPvtsnHLKKXHKKadERERtbW2ccsopMWHChIiI+N3vftcc4xERH/7wh2P27NnxxBNPRP/+/ePOO++Mb3/721FTU7OHngIAAADs+3bre8CzNDY2RpcuXWLt2rXeAw4AAECra40ObfX3gAMAAAACHAAAAFIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAAS7FKAT506Nfr27RsVFRUxePDgWLhw4Q7nT5kyJY455pjo0KFDVFVVxdVXXx1/+tOfdmnDAAAAsD8qOcBnzZoVtbW1UVdXF4sXL47+/ftHTU1NvP7669uc/+CDD8a4ceOirq4uli5dGvfff3/MmjUrrr/++t3ePAAAAOwvSg7wu+66K774xS/G6NGj4/jjj49p06bFgQceGN/5zne2Of/pp5+OM844Iy688MLo27dvfOITn4gLLrjgPa+aAwAAwPtJSQG+cePGWLRoUVRXV//lAdq0ierq6pg/f/4215x++umxaNGi5uBesWJFzJkzJz71qU9t9zgbNmyIxsbGFjcAAADYn7UrZfKaNWtiy5YtUVlZ2WK8srIyli1bts01F154YaxZsyY+9rGPRVEUsXnz5rj00kt3+BL0SZMmxS233FLK1gAAAGCf1uqfgj5v3ry4/fbb45577onFixfHww8/HLNnz46JEydud8348eNj7dq1zbdVq1a19jYBAACgVZV0Bbxbt27Rtm3bWL16dYvx1atXR8+ePbe55qabbooRI0bExRdfHBERJ510Uqxfvz4uueSSuOGGG6JNm63/DaC8vDzKy8tL2RoAAADs00q6At6+ffsYOHBg1NfXN481NTVFfX19DBkyZJtr3n777a0iu23bthERURRFqfsFAACA/VJJV8AjImpra2PUqFExaNCgOO2002LKlCmxfv36GD16dEREjBw5Mvr06ROTJk2KiIihQ4fGXXfdFaecckoMHjw4Xn755bjpppti6NChzSEOAAAA73clB/jw4cPjjTfeiAkTJkRDQ0MMGDAg5s6d2/zBbCtXrmxxxfvGG2+MsrKyuPHGG+O3v/1tdO/ePYYOHRq33XbbnnsWAAAAsI8rK/aD14E3NjZGly5dYu3atdG5c+e9vR0AAADe51qjQ1v9U9ABAAAAAQ4AAAApBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAgl0K8KlTp0bfvn2joqIiBg8eHAsXLtzh/LfeeivGjh0bvXr1ivLy8jj66KNjzpw5u7RhAAAA2B+1K3XBrFmzora2NqZNmxaDBw+OKVOmRE1NTSxfvjx69Oix1fyNGzfGOeecEz169Igf/OAH0adPn3jttdeia9eue2L/AAAAsF8oK4qiKGXB4MGD49RTT4277747IiKampqiqqoqrrjiihg3btxW86dNmxZf//rXY9myZXHAAQfs0iYbGxujS5cusXbt2ujcufMuPQYAAADsrNbo0JJegr5x48ZYtGhRVFdX/+UB2rSJ6urqmD9//jbXPPbYYzFkyJAYO3ZsVFZWxoknnhi33357bNmyZfd2DgAAAPuRkl6CvmbNmtiyZUtUVla2GK+srIxly5Ztc82KFSviJz/5SXzhC1+IOXPmxMsvvxyXXXZZbNq0Kerq6ra5ZsOGDbFhw4bm+42NjaVsEwAAAPY5rf4p6E1NTdGjR4+47777YuDAgTF8+PC44YYbYtq0adtdM2nSpOjSpUvzraqqqrW3CQAAAK2qpADv1q1btG3bNlavXt1ifPXq1dGzZ89trunVq1ccffTR0bZt2+ax4447LhoaGmLjxo3bXDN+/PhYu3Zt823VqlWlbBMAAAD2OSUFePv27WPgwIFRX1/fPNbU1BT19fUxZMiQba4544wz4uWXX46mpqbmsZdeeil69eoV7du33+aa8vLy6Ny5c4sbAAAA7M9Kfgl6bW1tTJ8+PR544IFYunRpfPnLX47169fH6NGjIyJi5MiRMX78+Ob5X/7yl+P3v/99XHnllfHSSy/F7Nmz4/bbb4+xY8fuuWcBAAAA+7iSvwd8+PDh8cYbb8SECROioaEhBgwYEHPnzm3+YLaVK1dGmzZ/6fqqqqp4/PHH4+qrr46TTz45+vTpE1deeWVcd911e+5ZAAAAwD6u5O8B3xt8DzgAAACZ9vr3gAMAAAC7RoADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQIJdCvCpU6dG3759o6KiIgYPHhwLFy7cqXUzZ86MsrKyGDZs2K4cFgAAAPZbJQf4rFmzora2Nurq6mLx4sXRv3//qKmpiddff32H61599dW45ppr4swzz9zlzQIAAMD+quQAv+uuu+KLX/xijB49Oo4//viYNm1aHHjggfGd73xnu2u2bNkSX/jCF+KWW26Jfv367daGAQAAYH9UUoBv3LgxFi1aFNXV1X95gDZtorq6OubPn7/ddbfeemv06NEjxowZs+s7BQAAgP1Yu1Imr1mzJrZs2RKVlZUtxisrK2PZsmXbXPPUU0/F/fffH0uWLNnp42zYsCE2bNjQfL+xsbGUbQIAAMA+p1U/BX3dunUxYsSImD59enTr1m2n102aNCm6dOnSfKuqqmrFXQIAAEDrK+kKeLdu3aJt27axevXqFuOrV6+Onj17bjX/lVdeiVdffTWGDh3aPNbU1PTnA7drF8uXL48jjjhiq3Xjx4+P2tra5vuNjY0iHAAAgP1aSQHevn37GDhwYNTX1zd/lVhTU1PU19fH5ZdfvtX8Y489Np5//vkWYzfeeGOsW7cuvvGNb2w3qsvLy6O8vLyUrQEAAMA+raQAj4iora2NUaNGxaBBg+K0006LKVOmxPr162P06NERETFy5Mjo06dPTJo0KSoqKuLEE09ssb5r164REVuNAwAAwPtZyQE+fPjweOONN2LChAnR0NAQAwYMiLlz5zZ/MNvKlSujTZtWfWs5AAAA7HfKiqIo9vYm3ktjY2N06dIl1q5dG507d97b2wEAAOB9rjU61KVqAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAASCHAAAABIIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACDBLgX41KlTo2/fvlFRURGDBw+OhQsXbnfu9OnT48wzz4yDDz44Dj744Kiurt7hfAAAAHg/KjnAZ82aFbW1tVFXVxeLFy+O/v37R01NTbz++uvbnD9v3ry44IIL4sknn4z58+dHVVVVfOITn4jf/va3u715AAAA2F+UFUVRlLJg8ODBceqpp8bdd98dERFNTU1RVVUVV1xxRYwbN+4912/ZsiUOPvjguPvuu2PkyJE7dczGxsbo0qVLrF27Njp37lzKdgEAAKBkrdGhJV0B37hxYyxatCiqq6v/8gBt2kR1dXXMnz9/px7j7bffjk2bNsUhhxyy3TkbNmyIxsbGFjcAAADYn5UU4GvWrIktW7ZEZWVli/HKyspoaGjYqce47rrronfv3i0i/m9NmjQpunTp0nyrqqoqZZsAAACwz0n9FPTJkyfHzJkz45FHHomKiortzhs/fnysXbu2+bZq1arEXQIAAMCe166Uyd26dYu2bdvG6tWrW4yvXr06evbsucO1d9xxR0yePDl+/OMfx8knn7zDueXl5VFeXl7K1gAAAGCfVtIV8Pbt28fAgQOjvr6+eaypqSnq6+tjyJAh2133ta99LSZOnBhz586NQYMG7fpuAQAAYD9V0hXwiIja2toYNWpUDBo0KE477bSYMmVKrF+/PkaPHh0RESNHjow+ffrEpEmTIiLiX//1X2PChAnx4IMPRt++fZvfK96xY8fo2LHjHnwqAAAAsO8qOcCHDx8eb7zxRkyYMCEaGhpiwIABMXfu3OYPZlu5cmW0afOXC+v33ntvbNy4MT73uc+1eJy6urq4+eabd2/3AAAAsJ8o+XvA9wbfAw4AAECmvf494AAAAMCuEeAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkECAAwAAQAIBDgAAAAkEOAAAACQQ4AAAAJBAgAMAAEACAQ4AAAAJBDgAAAAkEOAAAACQQIADAABAAgEOAAAACQQ4AAAAJBDgAAAAkGCXAnzq1KnRt2/fqKioiMGDB8fChQt3OP+hhx6KY489NioqKuKkk06KOXPm7NJmAQAAYH9VcoDPmjUramtro66uLhYvXhz9+/ePmpqaeP3117c5/+mnn44LLrggxowZE88991wMGzYshg0bFi+88MJubx4AAAD2F2VFURSlLBg8eHCceuqpcffdd0dERFNTU1RVVcUVV1wR48aN22r+8OHDY/369fHDH/6weeyjH/1oDBgwIKZNm7ZTx2xsbIwuXbrE2rVro3PnzqVsFwAAAErWGh3arpTJGzdujEWLFsX48eObx9q0aRPV1dUxf/78ba6ZP39+1NbWthirqamJRx99dLvH2bBhQ2zYsKH5/tq1ayPiz78AAAAA0Nre7c8Sr1nvUEkBvmbNmtiyZUtUVla2GK+srIxly5Ztc01DQ8M25zc0NGz3OJMmTYpbbrllq/GqqqpStgsAAAC75c0334wuXbrskccqKcCzjB8/vsVV87feeisOP/zwWLly5R574rCvaWxsjKqqqli1apW3WvC+5Tzng8B5zgeB85wPgrVr18Zhhx0WhxxyyB57zJICvFu3btG2bdtYvXp1i/HVq1dHz549t7mmZ8+eJc2PiCgvL4/y8vKtxrt06eI3OO97nTt3dp7zvuc854PAec4HgfOcD4I2bfbct3eX9Ejt27ePgQMHRn19ffNYU1NT1NfXx5AhQ7a5ZsiQIS3mR0Q88cQT250PAAAA70clvwS9trY2Ro0aFYMGDYrTTjstpkyZEuvXr4/Ro0dHRMTIkSOjT58+MWnSpIiIuPLKK+Oss86KO++8M84999yYOXNmPPvss3Hfffft2WcCAAAA+7CSA3z48OHxxhtvxIQJE6KhoSEGDBgQc+fObf6gtZUrV7a4RH/66afHgw8+GDfeeGNcf/31cdRRR8Wjjz4aJ5544k4fs7y8POrq6rb5snR4v3Ce80HgPOeDwHnOB4HznA+C1jjPS/4ecAAAAKB0e+7d5AAAAMB2CXAAAABIIMABAAAggQAHAACABPtMgE+dOjX69u0bFRUVMXjw4Fi4cOEO5z/00ENx7LHHRkVFRZx00kkxZ86cpJ3CrivlPJ8+fXqceeaZcfDBB8fBBx8c1dXV7/n7AvYFpf55/q6ZM2dGWVlZDBs2rHU3CHtAqef5W2+9FWPHjo1evXpFeXl5HH300f7uwj6v1PN8ypQpccwxx0SHDh2iqqoqrr766vjTn/6UtFsozc9+9rMYOnRo9O7dO8rKyuLRRx99zzXz5s2Lj3zkI1FeXh5HHnlkzJgxo+Tj7hMBPmvWrKitrY26urpYvHhx9O/fP2pqauL111/f5vynn346LrjgghgzZkw899xzMWzYsBg2bFi88MILyTuHnVfqeT5v3ry44IIL4sknn4z58+dHVVVVfOITn4jf/va3yTuHnVfqef6uV199Na655po488wzk3YKu67U83zjxo1xzjnnxKuvvho/+MEPYvny5TF9+vTo06dP8s5h55V6nj/44IMxbty4qKuri6VLl8b9998fs2bNiuuvvz5557Bz1q9fH/3794+pU6fu1Pzf/OY3ce6558bZZ58dS5YsiauuuiouvvjiePzxx0s7cLEPOO2004qxY8c239+yZUvRu3fvYtKkSducf/755xfnnntui7HBgwcXX/rSl1p1n7A7Sj3P/9bmzZuLTp06FQ888EBrbRF2266c55s3by5OP/304tvf/nYxatSo4tOf/nTCTmHXlXqe33vvvUW/fv2KjRs3Zm0Rdlup5/nYsWOLj3/84y3GamtrizPOOKNV9wl7QkQUjzzyyA7nXHvttcUJJ5zQYmz48OFFTU1NScfa61fAN27cGIsWLYrq6urmsTZt2kR1dXXMnz9/m2vmz5/fYn5ERE1NzXbnw962K+f533r77bdj06ZNccghh7TWNmG37Op5fuutt0aPHj1izJgxGduE3bIr5/ljjz0WQ4YMibFjx0ZlZWWceOKJcfvtt8eWLVuytg0l2ZXz/PTTT49FixY1v0x9xYoVMWfOnPjUpz6VsmdobXuqQdvtyU3tijVr1sSWLVuisrKyxXhlZWUsW7Zsm2saGhq2Ob+hoaHV9gm7Y1fO87913XXXRe/evbf6jQ/7il05z5966qm4//77Y8mSJQk7hN23K+f5ihUr4ic/+Ul84QtfiDlz5sTLL78cl112WWzatCnq6uoytg0l2ZXz/MILL4w1a9bExz72sSiKIjZv3hyXXnqpl6DzvrG9Bm1sbIx33nknOnTosFOPs9evgAPvbfLkyTFz5sx45JFHoqKiYm9vB/aIdevWxYgRI2L69OnRrVu3vb0daDVNTU3Ro0ePuO+++2LgwIExfPjwuOGGG2LatGl7e2uwx8ybNy9uv/32uOeee2Lx4sXx8MMPx+zZs2PixIl7e2uwT9nrV8C7desWbdu2jdWrV7cYX716dfTs2XOba3r27FnSfNjbduU8f9cdd9wRkydPjh//+Mdx8sknt+Y2YbeUep6/8sor8eqrr8bQoUObx5qamiIiol27drF8+fI44ogjWnfTUKJd+fO8V69eccABB0Tbtm2bx4477rhoaGiIjRs3Rvv27Vt1z1CqXTnPb7rpphgxYkRcfPHFERFx0kknxfr16+OSSy6JG264Idq0cd2P/dv2GrRz5847ffU7Yh+4At6+ffsYOHBg1NfXN481NTVFfX19DBkyZJtrhgwZ0mJ+RMQTTzyx3fmwt+3KeR4R8bWvfS0mTpwYc+fOjUGDBmVsFXZZqef5scceG88//3wsWbKk+Xbeeec1f7poVVVV5vZhp+zKn+dnnHFGvPzyy83/wBQR8dJLL0WvXr3EN/ukXTnP33777a0i+91/dPrzZ1zB/m2PNWhpnw/XOmbOnFmUl5cXM2bMKF588cXikksuKbp27Vo0NDQURVEUI0aMKMaNG9c8/xe/+EXRrl274o477iiWLl1a1NXVFQcccEDx/PPP762nAO+p1PN88uTJRfv27Ysf/OAHxe9+97vm27p16/bWU4D3VOp5/rd8Cjr7g1LP85UrVxadOnUqLr/88mL58uXFD3/4w6JHjx7Fv/zLv+ytpwDvqdTzvK6urujUqVPxve99r1ixYkXxox/9qDjiiCOK888/f289BdihdevWFc8991zx3HPPFRFR3HXXXcVzzz1XvPbaa0VRFMW4ceOKESNGNM9fsWJFceCBBxZf/epXi6VLlxZTp04t2rZtW8ydO7ek4+4TAV4URfGtb32rOOyww4r27dsXp512WrFgwYLmn5111lnFqFGjWsz//ve/Xxx99NFF+/btixNOOKGYPXt28o6hdKWc54cffngREVvd6urq8jcOJSj1z/O/JsDZX5R6nj/99NPF4MGDi/Ly8qJfv37FbbfdVmzevDl511CaUs7zTZs2FTfffHNxxBFHFBUVFUVVVVVx2WWXFX/4wx/yNw474cknn9zm37XfPa9HjRpVnHXWWVutGTBgQNG+ffuiX79+xb/927+VfNyyovCaEAAAAGhte/094AAAAPBBIMABAAAggQAHAACABAIcAAAAEghwAAAASCDAAQAAIIEABwAAgAQCHAAAABIIcAAAAEggwAEAACCBAAcAAIAEAhwAAAAS/H/RsKdJFu0GogAAAABJRU5ErkJggg==",
"text/plain": [
"<Figure size 1200x1200 with 1 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import networkx as nx\n",
"import matplotlib.pyplot as plt\n",
"\n",
"fig = plt.figure(figsize=(12, 12))\n",
"ax = plt.subplot(111)\n",
"ax.set_title(\"Graph - Shapes\", fontsize=10)\n",
"\n",
"# initiate graph\n",
"graph = nx.MultiGraph()\n",
"\n",
"# create edges from dataframe\n",
"graph = nx.from_pandas_edgelist(edges, source=\"from\", target=\"to\", edge_attr=\"label\")\n",
"\n",
"# update node attributes from dataframe\n",
"nodes_attr = nodes.set_index(\"index\").to_dict(orient=\"index\")\n",
"nx.set_node_attributes(graph, nodes_attr)"
]
},
{
"cell_type": "code",
"execution_count": 49,
"metadata": {},
"outputs": [],
"source": [
"from pyvis.network import Network\n",
"\n",
"net = Network(\n",
" directed=False, neighborhood_highlight=True, bgcolor=\"white\", font_color=\"black\"\n",
")\n",
"\n",
"# pass networkx graph to pyvis\n",
"net.from_nx(graph)\n",
"\n",
"net.inherit_edge_colors(False)\n",
"net.set_edge_smooth(\"dynamic\")\n",
"\n",
"net.repulsion()\n",
"net.show_buttons(filter_=[\"physics\"])\n",
"\n",
"# net.show_buttons()\n",
"\n",
"# save graph as HTML\n",
"net.save_graph(\"./tmp.html\")"
]
},
{
"cell_type": "code",
"execution_count": 48,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'<html>\\n <head>\\n <meta charset=\"utf-8\">\\n \\n <script src=\"lib/bindings/utils.js\"></script>\\n <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\" />\\n <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>\\n \\n \\n<center>\\n<h1></h1>\\n</center>\\n\\n<!-- <link rel=\"stylesheet\" href=\"../node_modules/vis/dist/vis.min.css\" type=\"text/css\" />\\n<script type=\"text/javascript\" src=\"../node_modules/vis/dist/vis.js\"> </script>-->\\n <link\\n href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css\"\\n rel=\"stylesheet\"\\n integrity=\"sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6\"\\n crossorigin=\"anonymous\"\\n />\\n <script\\n src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js\"\\n integrity=\"sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf\"\\n crossorigin=\"anonymous\"\\n ></script>\\n\\n\\n <center>\\n <h1></h1>\\n </center>\\n <style type=\"text/css\">\\n\\n #mynetwork {\\n width: 100%;\\n height: 600px;\\n background-color: white;\\n border: 1px solid lightgray;\\n position: relative;\\n float: left;\\n }\\n\\n \\n #loadingBar {\\n position:absolute;\\n top:0px;\\n left:0px;\\n width: 100%;\\n height: 600px;\\n background-color:rgba(200,200,200,0.8);\\n -webkit-transition: all 0.5s ease;\\n -moz-transition: all 0.5s ease;\\n -ms-transition: all 0.5s ease;\\n -o-transition: all 0.5s ease;\\n transition: all 0.5s ease;\\n opacity:1;\\n }\\n\\n #bar {\\n position:absolute;\\n top:0px;\\n left:0px;\\n width:20px;\\n height:20px;\\n margin:auto auto auto auto;\\n border-radius:11px;\\n border:2px solid rgba(30,30,30,0.05);\\n background: rgb(0, 173, 246); /* Old browsers */\\n box-shadow: 2px 0px 4px rgba(0,0,0,0.4);\\n }\\n\\n #border {\\n position:absolute;\\n top:10px;\\n left:10px;\\n width:500px;\\n height:23px;\\n margin:auto auto auto auto;\\n box-shadow: 0px 0px 4px rgba(0,0,0,0.2);\\n border-radius:10px;\\n }\\n\\n #text {\\n position:absolute;\\n top:8px;\\n left:530px;\\n width:30px;\\n height:50px;\\n margin:auto auto auto auto;\\n font-size:22px;\\n color: #000000;\\n }\\n\\n div.outerBorder {\\n position:relative;\\n top:400px;\\n width:600px;\\n height:44px;\\n margin:auto auto auto auto;\\n border:8px solid rgba(0,0,0,0.1);\\n background: rgb(252,252,252); /* Old browsers */\\n background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */\\n 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+ */\\n background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */\\n background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */\\n background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */\\n background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */\\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\'#fcfcfc\\', endColorstr=\\'#ededed\\',GradientType=0 ); /* IE6-9 */\\n border-radius:72px;\\n box-shadow: 0px 0px 10px rgba(0,0,0,0.2);\\n }\\n \\n\\n \\n #config {\\n float: left;\\n width: 400px;\\n height: 600px;\\n }\\n \\n\\n \\n </style>\\n </head>\\n\\n\\n <body>\\n <div class=\"card\" style=\"width: 100%\">\\n \\n \\n <div id=\"mynetwork\" class=\"card-body\"></div>\\n </div>\\n\\n \\n <div id=\"loadingBar\">\\n <div class=\"outerBorder\">\\n <div id=\"text\">0%</div>\\n <div id=\"border\">\\n <div id=\"bar\"></div>\\n </div>\\n </div>\\n </div>\\n \\n \\n <div id=\"config\"></div>\\n \\n\\n <script type=\"text/javascript\">\\n\\n // initialize global variables.\\n var edges;\\n var nodes;\\n var allNodes;\\n var allEdges;\\n var nodeColors;\\n var originalNodes;\\n var network;\\n var container;\\n var options, data;\\n var filter = {\\n item : \\'\\',\\n property : \\'\\',\\n value : []\\n };\\n\\n \\n\\n \\n\\n // This method is responsible for drawing the graph, returns the drawn network\\n function drawGraph() {\\n var container = document.getElementById(\\'mynetwork\\');\\n\\n \\n\\n // parsing and collecting nodes and edges from the python\\n 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\"}]);\\n 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}]);\\n\\n nodeColors = {};\\n allNodes = nodes.get({ returnType: \"Object\" });\\n for (nodeId in allNodes) {\\n nodeColors[nodeId] = allNodes[nodeId].color;\\n }\\n allEdges = edges.get({ returnType: \"Object\" });\\n // adding nodes and edges to the graph\\n data = {nodes: nodes, edges: edges};\\n\\n var options = {\\n \"configure\": {\\n \"enabled\": true\\n },\\n \"edges\": {\\n \"color\": {\\n \"inherit\": false\\n },\\n \"smooth\": {\\n \"enabled\": true,\\n \"type\": \"dynamic\"\\n }\\n },\\n \"interaction\": {\\n \"dragNodes\": true,\\n \"hideEdgesOnDrag\": false,\\n \"hideNodesOnDrag\": false\\n },\\n \"physics\": {\\n \"enabled\": true,\\n \"repulsion\": {\\n \"centralGravity\": 0.2,\\n \"damping\": 0.09,\\n \"nodeDistance\": 100,\\n \"springConstant\": 0.05,\\n \"springLength\": 200\\n },\\n \"solver\": \"repulsion\",\\n \"stabilization\": {\\n \"enabled\": true,\\n \"fit\": true,\\n \"iterations\": 1000,\\n \"onlyDynamicEdges\": false,\\n \"updateInterval\": 50\\n }\\n }\\n};\\n\\n \\n\\n\\n \\n // if this network requires displaying the configure window,\\n // put it in its div\\n options.configure[\"container\"] = document.getElementById(\"config\");\\n \\n\\n network = new vis.Network(container, data, options);\\n\\n \\n network.on(\"click\", neighbourhoodHighlight);\\n \\n\\n \\n\\n \\n\\n\\n \\n network.on(\"stabilizationProgress\", function(params) {\\n document.getElementById(\\'loadingBar\\').removeAttribute(\"style\");\\n var maxWidth = 496;\\n var minWidth = 20;\\n var widthFactor = params.iterations/params.total;\\n var width = Math.max(minWidth,maxWidth * widthFactor);\\n document.getElementById(\\'bar\\').style.width = width + \\'px\\';\\n document.getElementById(\\'text\\').innerHTML = Math.round(widthFactor*100) + \\'%\\';\\n });\\n network.once(\"stabilizationIterationsDone\", function() {\\n document.getElementById(\\'text\\').innerHTML = \\'100%\\';\\n document.getElementById(\\'bar\\').style.width = \\'496px\\';\\n document.getElementById(\\'loadingBar\\').style.opacity = 0;\\n // really clean the dom element\\n setTimeout(function () {document.getElementById(\\'loadingBar\\').style.display = \\'none\\';}, 500);\\n });\\n \\n\\n return network;\\n\\n }\\n drawGraph();\\n </script>\\n </body>\\n</html>'"
]
},
"execution_count": 48,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"net.generate_html(\"./tmp.html\")"
]
},
{
"cell_type": "code",
"execution_count": 53,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'person_1': array([-0.94645625, -0.09531674]),\n",
" 'company_1': array([-0.94813806, -0.08389861]),\n",
" 'person_2': array([-0.97526002, -0.0871018 ]),\n",
" 'person_3': array([0.54134536, 0.64503521]),\n",
" 'company_2': array([0.51604873, 0.62229675]),\n",
" 'person_4': array([0.5037812 , 0.62973112]),\n",
" 'person_5': array([0.5285213 , 0.65385073]),\n",
" 'person_6': array([0.52969128, 0.61765826]),\n",
" 'person_7': array([0.49968848, 0.60013074]),\n",
" 'person_8': array([0.5363701 , 0.65151918]),\n",
" 'person_9': array([-0.77727145, 0.30530825]),\n",
" 'company_3': array([-0.81598961, 0.32018232]),\n",
" 'person_10': array([-0.8483026, 0.332434 ]),\n",
" 'company_4': array([-0.97412682, -0.09859657]),\n",
" 'company_2213': array([ 0.38867021, -0.93487197]),\n",
" 'company_5': array([ 0.39772275, -0.94155639]),\n",
" 'person_11': array([-0.29175109, -0.17030789]),\n",
" 'company_6': array([-0.29339093, -0.13240719]),\n",
" 'person_12': array([-0.29848012, -0.19507937]),\n",
" 'person_13': array([-0.32924238, -0.13631371]),\n",
" 'person_14': array([-0.35154879, -0.12680687]),\n",
" 'person_15': array([-0.34310305, -0.10627093]),\n",
" 'person_16': array([-0.23552611, -0.16592056]),\n",
" 'person_17': array([-0.24874705, -0.18067214]),\n",
" 'person_18': array([-0.32502359, -0.14743052]),\n",
" 'person_19': array([-0.31562042, -0.09711537]),\n",
" 'person_20': array([-0.34951004, -0.12192237]),\n",
" 'person_21': array([-0.33635387, -0.18849233]),\n",
" 'person_22': array([-0.33080184, -0.12710813]),\n",
" 'person_23': array([-0.24246007, -0.16528203]),\n",
" 'person_24': array([-0.26356915, -0.09336084]),\n",
" 'person_25': array([-0.23849528, -0.12071636]),\n",
" 'person_26': array([-0.30277765, -0.14981653]),\n",
" 'person_27': array([-0.34759021, -0.09525438]),\n",
" 'person_28': array([-0.22937499, -0.1492146 ]),\n",
" 'person_29': array([-0.25415164, -0.17853956]),\n",
" 'person_30': array([-0.27666426, -0.18549836]),\n",
" 'person_31': array([-0.27674809, -0.17531732]),\n",
" 'person_32': array([-0.35591117, -0.15576491]),\n",
" 'person_33': array([-0.27401137, -0.07199298]),\n",
" 'person_34': array([-0.34639099, -0.17925061]),\n",
" 'person_35': array([-0.23612511, -0.15300302]),\n",
" 'person_36': array([-0.34957319, -0.15907429]),\n",
" 'person_37': array([-0.2585243 , -0.14643718]),\n",
" 'person_38': array([-0.27503318, -0.16592352]),\n",
" 'person_39': array([-0.2268457 , -0.14214373]),\n",
" 'person_40': array([-0.33319759, -0.08393148]),\n",
" 'person_41': array([-0.25063512, -0.08446116]),\n",
" 'person_42': array([-0.36065874, -0.14271824]),\n",
" 'person_43': array([-0.2559768 , -0.08336009]),\n",
" 'person_44': array([-0.29265791, -0.11994884]),\n",
" 'person_45': array([-0.28746808, -0.09585708]),\n",
" 'person_46': array([-0.30676436, -0.10049116]),\n",
" 'person_47': array([-0.33626893, -0.10389478]),\n",
" 'person_48': array([-0.29634419, -0.1066076 ]),\n",
" 'person_49': array([-0.25568298, -0.17198077]),\n",
" 'person_50': array([-0.28405654, -0.06668834]),\n",
" 'person_51': array([-0.32179609, -0.13053083]),\n",
" 'person_52': array([-0.2653006 , -0.18520828]),\n",
" 'person_53': array([-0.28927353, -0.20091902]),\n",
" 'person_54': array([-0.28396797, -0.17398784]),\n",
" 'person_55': array([-0.24099757, -0.09950114]),\n",
" 'person_56': array([-0.26412135, -0.11836554]),\n",
" 'person_57': array([-0.33753172, -0.11729389]),\n",
" 'person_58': array([-0.34249121, -0.18461512]),\n",
" 'person_59': array([-0.24211307, -0.10677598]),\n",
" 'person_60': array([-0.34635359, -0.13722599]),\n",
" 'person_61': array([-0.25506011, -0.0984504 ]),\n",
" 'person_62': array([-0.27482426, -0.13117769]),\n",
" 'person_63': array([-0.36155722, -0.11806162]),\n",
" 'person_64': array([-0.35711035, -0.16349809]),\n",
" 'person_65': array([-0.30454987, -0.09386024]),\n",
" 'person_66': array([-0.30570704, -0.12325798]),\n",
" 'person_67': array([-0.26150358, -0.10069295]),\n",
" 'person_68': array([-0.26771837, -0.11121737]),\n",
" 'person_69': array([-0.35327289, -0.1348343 ]),\n",
" 'person_70': array([-0.29553381, -0.18889698]),\n",
" 'person_71': array([-0.36388421, -0.12411621]),\n",
" 'person_72': array([-0.30633852, -0.15865022]),\n",
" 'person_73': array([-0.31611109, -0.15192898]),\n",
" 'person_74': array([-0.33572704, -0.09055942]),\n",
" 'person_75': array([-0.32628727, -0.1879421 ]),\n",
" 'person_76': array([-0.28807777, -0.18834905]),\n",
" 'person_77': array([-0.34216365, -0.15327291]),\n",
" 'person_78': array([-0.23144235, -0.1303439 ]),\n",
" 'person_79': array([-0.29887101, -0.08192118]),\n",
" 'person_80': array([-0.30366912, -0.06944449]),\n",
" 'person_81': array([-0.34248638, -0.14517525]),\n",
" 'person_82': array([-0.33797169, -0.12936948]),\n",
" 'person_83': array([-0.29858708, -0.17432821]),\n",
" 'person_84': array([-0.28869048, -0.1799521 ]),\n",
" 'person_85': array([-0.25333053, -0.12910315]),\n",
" 'person_86': array([-0.3396996 , -0.08197703]),\n",
" 'person_87': array([-0.33310816, -0.17658722]),\n",
" 'person_88': array([-0.30958718, -0.07417209]),\n",
" 'person_89': array([-0.22711581, -0.13401406]),\n",
" 'person_90': array([-0.29502481, -0.1598009 ]),\n",
" 'person_91': array([-0.29545891, -0.20110004]),\n",
" 'person_92': array([-0.28458446, -0.08131039]),\n",
" 'person_93': array([-0.32938036, -0.16172211]),\n",
" 'person_94': array([-0.34091777, -0.12312736]),\n",
" 'person_95': array([-0.25413662, -0.16188113]),\n",
" 'person_96': array([-0.30210349, -0.20136121]),\n",
" 'person_97': array([-0.35971785, -0.10945469]),\n",
" 'person_98': array([-0.34795102, -0.10139088]),\n",
" 'person_99': array([-0.32198447, -0.10080085]),\n",
" 'person_100': array([-0.27565601, -0.11897936]),\n",
" 'person_101': array([-0.32232347, -0.15734047]),\n",
" 'person_102': array([-0.25773147, -0.09014112]),\n",
" 'person_103': array([-0.32007191, -0.10830058]),\n",
" 'person_104': array([-0.33657196, -0.14957471]),\n",
" 'person_105': array([-0.32008606, -0.06953587]),\n",
" 'person_106': array([-0.27546057, -0.10764173]),\n",
" 'person_107': array([-0.31599981, -0.19854243]),\n",
" 'person_108': array([-0.28358132, -0.15003833]),\n",
" 'person_109': array([-0.33064809, -0.15360624]),\n",
" 'person_110': array([-0.30513799, -0.19570234]),\n",
" 'person_111': array([-0.35108596, -0.10630029]),\n",
" 'person_112': array([-0.2699343, -0.1752588]),\n",
" 'person_113': array([-0.30235353, -0.08712091]),\n",
" 'person_114': array([-0.36130774, -0.14949211]),\n",
" 'person_115': array([-0.31118539, -0.19315623]),\n",
" 'person_116': array([-0.32425973, -0.115748 ]),\n",
" 'person_117': array([-0.33773968, -0.1662745 ]),\n",
" 'person_118': array([-0.28248101, -0.16562799]),\n",
" 'person_119': array([-0.28330615, -0.19272357]),\n",
" 'person_120': array([-0.34252441, -0.1751582 ]),\n",
" 'person_121': array([-0.26442012, -0.19363256]),\n",
" 'person_122': array([-0.32087761, -0.09130382]),\n",
" 'person_123': array([-0.24182765, -0.15494514]),\n",
" 'person_124': array([-0.23110683, -0.15691864]),\n",
" 'person_125': array([-0.26984686, -0.1018667 ]),\n",
" 'person_126': array([-0.25849685, -0.190953 ]),\n",
" 'person_127': array([-0.23719391, -0.16029818]),\n",
" 'person_128': array([-0.31414136, -0.07009578]),\n",
" 'person_129': array([-0.3608833, -0.1361005]),\n",
" 'person_130': array([-0.30973211, -0.20032363]),\n",
" 'person_131': array([-0.29182872, -0.06551932]),\n",
" 'person_132': array([-0.31116545, -0.09004549]),\n",
" 'person_133': array([-0.27721065, -0.14235254]),\n",
" 'person_134': array([-0.33111295, -0.18925884]),\n",
" 'person_135': array([-0.3171078 , -0.12261007]),\n",
" 'person_136': array([-0.30786574, -0.17140229]),\n",
" 'person_137': array([-0.26969752, -0.19040138]),\n",
" 'person_138': array([-0.24411146, -0.12569062]),\n",
" 'person_139': array([-0.23618245, -0.10806785]),\n",
" 'person_140': array([-0.33688942, -0.15975361]),\n",
" 'person_141': array([-0.26466373, -0.08654434]),\n",
" 'person_142': array([-0.24481973, -0.17223406]),\n",
" 'person_143': array([-0.25521392, -0.13911767]),\n",
" 'person_144': array([-0.35885474, -0.12687126]),\n",
" 'person_145': array([-0.29341483, -0.09035993]),\n",
" 'person_146': array([-0.24878855, -0.10024062]),\n",
" 'person_147': array([-0.29925019, -0.06536503]),\n",
" 'person_148': array([-0.32028595, -0.19525304]),\n",
" 'person_149': array([-0.27812955, -0.06839554]),\n",
" 'person_150': array([-0.2388086 , -0.17180853]),\n",
" 'person_151': array([-0.27214855, -0.09459578]),\n",
" 'person_152': array([-0.35966849, -0.15716751]),\n",
" 'person_153': array([-0.25879639, -0.1852358 ]),\n",
" 'person_154': array([-0.32128677, -0.07502811]),\n",
" 'person_155': array([-0.23833998, -0.13017254]),\n",
" 'person_156': array([-0.270511 , -0.08618389]),\n",
" 'person_157': array([-0.34483397, -0.09038094]),\n",
" 'person_158': array([-0.26398477, -0.13696922]),\n",
" 'person_159': array([-0.35423067, -0.14922142]),\n",
" 'person_160': array([-0.23377162, -0.12400025]),\n",
" 'person_161': array([-0.3169232 , -0.07871289]),\n",
" 'person_162': array([-0.2913169 , -0.19486848]),\n",
" 'person_163': array([-0.25747752, -0.1231555 ]),\n",
" 'person_164': array([-0.31368151, -0.0841317 ]),\n",
" 'person_165': array([-0.24953678, -0.1195419 ]),\n",
" 'person_166': array([-0.31372544, -0.16174915]),\n",
" 'person_167': array([-0.28781334, -0.11143665]),\n",
" 'person_168': array([-0.25135517, -0.09228915]),\n",
" 'person_169': array([-0.29629523, -0.07150467]),\n",
" 'person_170': array([-0.29029462, -0.08472709]),\n",
" 'person_171': array([-0.25985792, -0.15596719]),\n",
" 'person_172': array([-0.36200643, -0.13082623]),\n",
" 'person_173': array([-0.36532846, -0.13962942]),\n",
" 'person_174': array([-0.33989909, -0.13591783]),\n",
" 'person_175': array([-0.33621931, -0.17149328]),\n",
" 'person_176': array([-0.23595402, -0.10096996]),\n",
" 'person_177': array([-0.26501215, -0.12808612]),\n",
" 'person_178': array([-0.27120963, -0.18224059]),\n",
" 'person_179': array([-0.31634104, -0.18395349]),\n",
" 'person_180': array([-0.34882769, -0.11178296]),\n",
" 'person_181': array([-0.28672624, -0.15867458]),\n",
" 'person_182': array([-0.24731468, -0.16160429]),\n",
" 'person_183': array([-0.33712119, -0.11065499]),\n",
" 'person_184': array([-0.28381744, -0.19959599]),\n",
" 'person_185': array([-0.31166458, -0.14072569]),\n",
" 'person_186': array([-0.24924822, -0.13474645]),\n",
" 'person_187': array([-0.32861003, -0.08866172]),\n",
" 'person_188': array([-0.34983265, -0.17378041]),\n",
" 'person_189': array([-0.32165 , -0.1407997]),\n",
" 'person_190': array([-0.35406747, -0.11852243]),\n",
" 'person_191': array([-0.26341456, -0.17306204]),\n",
" 'person_192': array([-0.33466858, -0.14168544]),\n",
" 'person_193': array([-0.30889809, -0.06642918]),\n",
" 'person_194': array([-0.32865357, -0.18165964]),\n",
" 'person_195': array([-0.24559295, -0.11198439]),\n",
" 'person_196': array([-0.32185495, -0.17998117]),\n",
" 'person_197': array([-0.34442183, -0.16827418]),\n",
" 'person_198': array([-0.24411876, -0.09475746]),\n",
" 'person_199': array([-0.33036637, -0.11796038]),\n",
" 'person_200': array([-0.2671257 , -0.16632527]),\n",
" 'person_201': array([-0.30177242, -0.18231125]),\n",
" 'person_202': array([-0.2930516, -0.0778314]),\n",
" 'person_203': array([-0.23265606, -0.13782749]),\n",
" 'person_204': array([-0.34503484, -0.11642298]),\n",
" 'person_205': array([-0.32178032, -0.08460148]),\n",
" 'person_206': array([-0.2440332 , -0.17839493]),\n",
" 'person_207': array([-0.34902596, -0.15228869]),\n",
" 'person_208': array([-0.27794567, -0.1987088 ]),\n",
" 'person_209': array([-0.26093122, -0.17903952]),\n",
" 'person_210': array([-0.24246714, -0.1406489 ]),\n",
" 'person_211': array([-0.28251511, -0.10261877]),\n",
" 'person_212': array([-0.25291038, -0.15048315]),\n",
" 'person_213': array([-0.30213702, -0.075909 ]),\n",
" 'person_214': array([-0.33364704, -0.07757835]),\n",
" 'person_215': array([-0.33425444, -0.09759662]),\n",
" 'person_216': array([-0.27893758, -0.09419606]),\n",
" 'person_217': array([-0.25221163, -0.18624796]),\n",
" 'person_218': array([-0.25510305, -0.11376907]),\n",
" 'person_219': array([-0.34335935, -0.16070066]),\n",
" 'person_220': array([-0.35045302, -0.16576217]),\n",
" 'person_221': array([-0.22834022, -0.11469944]),\n",
" 'person_222': array([-0.30358118, -0.18917699]),\n",
" 'person_223': array([-0.30903101, -0.1070931 ]),\n",
" 'person_224': array([-0.3277829 , -0.07384476]),\n",
" 'person_225': array([-0.24584529, -0.08897725]),\n",
" 'person_226': array([-0.27297825, -0.15297757]),\n",
" 'person_227': array([-0.32904494, -0.17344593]),\n",
" 'person_228': array([-0.27542794, -0.08266915]),\n",
" 'person_229': array([-0.32282442, -0.1726789 ]),\n",
" 'person_230': array([-0.32615292, -0.19424482]),\n",
" 'person_231': array([-0.35569215, -0.10243949]),\n",
" 'person_232': array([-0.32871997, -0.10612521]),\n",
" 'person_233': array([-0.23283327, -0.11210861]),\n",
" 'person_234': array([-0.24267364, -0.11722376]),\n",
" 'person_235': array([-0.3424325 , -0.08640245]),\n",
" 'person_236': array([-0.25865221, -0.07890566]),\n",
" 'person_237': array([-0.32671022, -0.08038931]),\n",
" 'person_238': array([-0.35250273, -0.09533908]),\n",
" 'person_239': array([-0.34687948, -0.13040006]),\n",
" 'person_240': array([-0.31160167, -0.11439496]),\n",
" 'person_241': array([-0.2690877 , -0.07346647]),\n",
" 'person_242': array([-0.24994205, -0.10633726]),\n",
" 'person_243': array([-0.24139555, -0.13474838]),\n",
" 'person_244': array([-0.23490468, -0.1442053 ]),\n",
" 'person_245': array([-0.34092984, -0.09711611]),\n",
" 'person_246': array([-0.24736744, -0.14519688]),\n",
" 'person_247': array([-0.31944054, -0.18935986]),\n",
" 'person_248': array([-0.35619909, -0.14365619]),\n",
" 'person_249': array([-0.27810174, -0.07709685]),\n",
" 'person_250': array([-0.27147946, -0.19708283]),\n",
" 'person_251': array([-0.28232709, -0.18313722]),\n",
" 'person_252': array([-0.28445387, -0.07459529]),\n",
" 'person_253': array([-0.35533354, -0.17027247]),\n",
" 'person_254': array([-0.31584728, -0.16982235]),\n",
" 'person_255': array([-0.32752156, -0.09587284]),\n",
" 'person_256': array([-0.3488076, -0.1431351]),\n",
" 'person_257': array([-0.2661292 , -0.07928302]),\n",
" 'person_258': array([-0.35565594, -0.11293326]),\n",
" 'person_259': array([-0.30186555, -0.16682148]),\n",
" 'person_260': array([-0.24827398, -0.15470658]),\n",
" 'person_261': array([-0.25962672, -0.10798042]),\n",
" 'person_262': array([-0.32361701, -0.16548169]),\n",
" 'person_263': array([-0.2811338 , -0.08757194]),\n",
" 'person_264': array([-0.29620138, -0.09812378]),\n",
" 'person_265': array([-0.30793014, -0.08066995]),\n",
" 'person_266': array([-0.28939083, -0.07124583]),\n",
" 'person_267': array([-0.25980672, -0.16525091]),\n",
" 'person_268': array([-0.25017574, -0.16947731]),\n",
" 'person_269': array([-0.23954843, -0.14720881]),\n",
" 'person_270': array([-0.27643541, -0.19196527]),\n",
" 'person_271': array([-0.26265508, -0.07424586]),\n",
" 'person_272': array([-0.33781454, -0.18183184]),\n",
" 'person_273': array([-0.29497415, -0.18174928]),\n",
" 'person_274': array([-0.22878696, -0.12270802]),\n",
" 'person_275': array([-0.3079555 , -0.18025157]),\n",
" 'person_276': array([-0.31096753, -0.18747669]),\n",
" 'person_277': array([-0.31447831, -0.17731422]),\n",
" 'person_278': array([-0.26817611, -0.15879087]),\n",
" 'person_279': array([-0.26626343, -0.14641608]),\n",
" 'person_280': array([0.76546466, 0.51142812]),\n",
" 'company_7': array([0.77644122, 0.51908648]),\n",
" 'person_281': array([ 0.14806524, -0.89926249]),\n",
" 'company_8': array([ 0.14003529, -0.86849111]),\n",
" 'person_282': array([ 0.13896646, -0.90096533]),\n",
" 'person_283': array([ 0.80375147, -0.41634136]),\n",
" 'company_9': array([ 0.77352953, -0.39914945]),\n",
" 'person_284': array([ 0.74361908, -0.38244921]),\n",
" 'person_285': array([ 0.302652 , -0.66282827]),\n",
" 'company_10': array([ 0.30911034, -0.69328517]),\n",
" 'company_11': array([ 0.29653847, -0.68200964]),\n",
" 'person_286': array([-0.15678515, -0.77359235]),\n",
" 'company_12': array([-0.16676562, -0.80605441]),\n",
" 'person_287': array([-0.16209953, -0.81855541]),\n",
" 'company_13': array([-0.17181288, -0.79528618]),\n",
" 'person_288': array([ 0.031348 , -0.81539774]),\n",
" 'company_14': array([ 0.03458273, -0.79448736]),\n",
" 'person_289': array([ 0.04263325, -0.81525582]),\n",
" 'person_290': array([ 0.03497952, -0.82879829]),\n",
" 'person_291': array([ 0.04007478, -0.79840034]),\n",
" 'person_292': array([ 0.04545384, -0.86097932]),\n",
" 'company_15': array([ 0.04471132, -0.82503182]),\n",
" 'person_293': array([ 0.0825047 , -0.57439178]),\n",
" 'company_16': array([ 0.08398267, -0.60917449]),\n",
" 'person_294': array([ 0.07371303, -0.63152725]),\n",
" 'person_295': array([ 0.09819786, -0.57835168]),\n",
" 'person_296': array([ 0.09748627, -0.63143951]),\n",
" 'person_297': array([ 0.08360413, -0.6356926 ]),\n",
" 'person_298': array([ 0.06818838, -0.63716394]),\n",
" 'person_299': array([ 0.07728314, -0.64305311]),\n",
" 'person_300': array([ 0.08744648, -0.64503741]),\n",
" 'person_301': array([ 0.09352504, -0.6379596 ]),\n",
" 'person_302': array([ 0.13521369, -0.63663954]),\n",
" 'company_17': array([ 0.12053125, -0.61125791]),\n",
" 'person_303': array([ 0.127349 , -0.64204323]),\n",
" 'person_304': array([-0.89297879, 0.56725734]),\n",
" 'company_18': array([-0.86483884, 0.55060148]),\n",
" 'person_305': array([-0.25162897, 0.9686811 ]),\n",
" 'company_19': array([-0.24565965, 0.93700242]),\n",
" 'person_306': array([-0.23823677, 0.89832532]),\n",
" 'person_307': array([ 0.82969701, -0.13422643]),\n",
" 'company_20': array([ 0.8385421 , -0.12747966]),\n",
" 'person_308': array([-0.92568612, -0.20312753]),\n",
" 'company_21': array([-0.89545161, -0.19460441]),\n",
" 'person_309': array([-0.87389374, -0.19011062]),\n",
" 'person_310': array([-0.89532232, -0.18205003]),\n",
" 'person_311': array([0.29060802, 0.77535838]),\n",
" 'company_22': array([0.27514246, 0.74658656]),\n",
" 'person_312': array([0.28191134, 0.77849835]),\n",
" 'person_313': array([0.26624691, 0.72217286]),\n",
" 'person_314': array([ 0.14276658, -0.47123381]),\n",
" 'company_23': array([ 0.14855844, -0.45495015]),\n",
" 'person_315': array([ 0.13501705, -0.46915165]),\n",
" 'person_316': array([ 0.16086225, -0.46227744]),\n",
" 'person_317': array([ 0.16671902, -0.45515037]),\n",
" 'person_318': array([ 0.4971067 , -0.57231957]),\n",
" 'company_24': array([ 0.53440535, -0.61248386]),\n",
" 'person_319': array([ 0.56149256, -0.6211229 ]),\n",
" 'person_320': array([ 0.52710718, -0.60471123]),\n",
" 'person_321': array([ 0.56334764, -0.62885213]),\n",
" 'person_322': array([ 0.5524115 , -0.64194071]),\n",
" 'person_323': array([ 0.55424458, -0.6328702 ]),\n",
" 'person_324': array([ 0.5616805 , -0.63868028]),\n",
" 'person_325': array([ 0.54411405, -0.64261556]),\n",
" 'person_326': array([ 0.53646982, -0.63239145]),\n",
" 'company_25': array([ 0.30768064, -0.68524772]),\n",
" 'company_26': array([ 0.28846809, -0.6959812 ]),\n",
" 'company_27': array([ 0.31793761, -0.66283512]),\n",
" 'person_327': array([-0.76257575, 0.68681365]),\n",
" 'company_28': array([-0.74745333, 0.67341423]),\n",
" 'person_328': array([ 0.53487509, -0.74886489]),\n",
" 'company_29': array([ 0.52041507, -0.72086573]),\n",
" 'person_329': array([ 0.50829941, -0.72232908]),\n",
" 'person_330': array([ 0.54276437, -0.74355727]),\n",
" 'person_331': array([ 0.4985196 , -0.69002944]),\n",
" 'person_332': array([0.11007923, 0.6949963 ]),\n",
" 'company_30': array([0.11893582, 0.6899637 ]),\n",
" 'person_333': array([0.12611362, 0.70226794]),\n",
" 'person_334': array([0.1192488 , 0.67013222]),\n",
" 'person_335': array([0.11825121, 0.70104545]),\n",
" 'person_336': array([0.13091367, 0.69440413]),\n",
" 'person_337': array([0.10699769, 0.68602943]),\n",
" 'person_338': array([-0.67259526, 0.55194008]),\n",
" 'company_31': array([-0.70192057, 0.5722236 ]),\n",
" 'person_339': array([0.42514554, 0.24329174]),\n",
" 'company_32': array([0.4011074 , 0.20151511]),\n",
" 'person_340': array([0.35758197, 0.23103809]),\n",
" 'person_341': array([0.35184973, 0.18555902]),\n",
" 'person_342': array([0.43520072, 0.164904 ]),\n",
" 'person_343': array([0.45715815, 0.19650966]),\n",
" 'person_344': array([0.46153361, 0.19222358]),\n",
" 'person_345': array([0.37085459, 0.2419187 ]),\n",
" 'person_346': array([0.45350158, 0.2357364 ]),\n",
" 'person_347': array([0.3646358 , 0.16776308]),\n",
" 'person_348': array([0.40618637, 0.18732595]),\n",
" 'person_349': array([0.4561201 , 0.22073708]),\n",
" 'person_350': array([0.38183179, 0.23564015]),\n",
" 'person_351': array([0.36615476, 0.17564949]),\n",
" 'person_352': array([0.40942043, 0.15414228]),\n",
" 'person_353': array([0.39887774, 0.24859387]),\n",
" 'person_354': array([0.45199731, 0.17182067]),\n",
" 'person_355': array([0.38528749, 0.24419653]),\n",
" 'person_356': array([0.35466579, 0.20166345]),\n",
" 'person_357': array([0.44047445, 0.24529846]),\n",
" 'person_358': array([0.37083277, 0.23446025]),\n",
" 'person_359': array([0.45271942, 0.2139522 ]),\n",
" 'person_360': array([0.43278855, 0.15423089]),\n",
" 'person_361': array([0.3907046 , 0.23810819]),\n",
" 'person_362': array([0.44129136, 0.17856967]),\n",
" 'person_363': array([0.39473355, 0.14733578]),\n",
" 'person_364': array([0.45005116, 0.22073051]),\n",
" 'person_365': array([0.41227871, 0.16771895]),\n",
" 'person_366': array([0.37659875, 0.16886902]),\n",
" 'person_367': array([0.4100818 , 0.24598829]),\n",
" 'person_368': array([0.43463564, 0.2323045 ]),\n",
" 'person_369': array([0.38119352, 0.25054732]),\n",
" 'person_370': array([0.36119431, 0.19855255]),\n",
" 'person_371': array([0.36482182, 0.21742579]),\n",
" 'person_372': array([0.44695494, 0.16722707]),\n",
" 'person_373': array([0.43912876, 0.22279555]),\n",
" 'person_374': array([0.40008208, 0.26016292]),\n",
" 'person_375': array([0.36013281, 0.17276374]),\n",
" 'person_376': array([0.42431751, 0.22622386]),\n",
" 'person_377': array([0.45392564, 0.18864293]),\n",
" 'person_378': array([0.3935681 , 0.16738296]),\n",
" 'person_379': array([0.40794998, 0.17667514]),\n",
" 'person_380': array([0.404816 , 0.14571722]),\n",
" 'person_381': array([0.39515689, 0.25649384]),\n",
" 'person_382': array([0.42296523, 0.21628341]),\n",
" 'person_383': array([0.42771825, 0.23392606]),\n",
" 'person_384': array([0.42081803, 0.2344878 ]),\n",
" 'person_385': array([0.38103518, 0.21935572]),\n",
" 'person_386': array([0.35602888, 0.17880383]),\n",
" 'person_387': array([0.36738908, 0.16256924]),\n",
" 'person_388': array([0.44902161, 0.20619908]),\n",
" 'person_389': array([0.35766682, 0.21575159]),\n",
" 'person_390': array([0.34944093, 0.21664242]),\n",
" 'person_391': array([0.45314234, 0.18212554]),\n",
" 'person_392': array([0.43183973, 0.25243217]),\n",
" 'person_393': array([0.4131822 , 0.14731213]),\n",
" 'person_394': array([0.37931034, 0.19287071]),\n",
" 'person_395': array([0.42603785, 0.15135799]),\n",
" 'person_396': array([0.41960129, 0.2573427 ]),\n",
" 'person_397': array([0.43770272, 0.24019012]),\n",
" 'person_398': array([0.41842496, 0.16053428]),\n",
" 'person_399': array([0.43193734, 0.20387551]),\n",
" 'person_400': array([0.42742568, 0.17412159]),\n",
" 'person_401': array([0.44878575, 0.17706238]),\n",
" 'person_402': array([0.37333345, 0.21384428]),\n",
" 'person_403': array([0.41866645, 0.19986305]),\n",
" 'person_404': array([0.39811677, 0.24076864]),\n",
" 'person_405': array([0.38670406, 0.15023343]),\n",
" 'person_406': array([0.4054814 , 0.24008963]),\n",
" 'person_407': array([0.39121994, 0.24875242]),\n",
" 'person_408': array([0.44143182, 0.22903955]),\n",
" 'person_409': array([0.43003073, 0.21207659]),\n",
" 'person_410': array([0.39451391, 0.22964652]),\n",
" 'person_411': array([0.35823566, 0.23780008]),\n",
" 'person_412': array([0.36430132, 0.23538244]),\n",
" 'person_413': array([0.43649587, 0.18406877]),\n",
" 'person_414': array([0.425087 , 0.25038549]),\n",
" 'person_415': array([0.42045212, 0.14851215]),\n",
" 'person_416': array([0.39821824, 0.16063102]),\n",
" 'person_417': array([0.38625583, 0.1617637 ]),\n",
" 'person_418': array([0.42703158, 0.16463439]),\n",
" 'person_419': array([0.38164642, 0.1826493 ]),\n",
" 'person_420': array([0.43742076, 0.25034288]),\n",
" 'person_421': array([0.41741672, 0.18706334]),\n",
" 'person_422': array([0.42688319, 0.1581507 ]),\n",
" 'person_423': array([0.4509567 , 0.19818512]),\n",
" 'person_424': array([0.38518524, 0.22716543]),\n",
" 'person_425': array([0.46181086, 0.20183653]),\n",
" 'person_426': array([0.44139901, 0.17102294]),\n",
" 'person_427': array([0.44760317, 0.24253879]),\n",
" 'person_428': array([0.37754184, 0.24240531]),\n",
" 'person_429': array([0.37013263, 0.24877651]),\n",
" 'person_430': array([0.39710286, 0.15354484]),\n",
" 'person_431': array([0.35742152, 0.22262813]),\n",
" 'person_432': array([0.38871902, 0.17745349]),\n",
" 'person_433': array([0.40237013, 0.21995503]),\n",
" 'person_434': array([0.44164601, 0.19877774]),\n",
" 'person_435': array([0.41451663, 0.22189152]),\n",
" 'person_436': array([0.3972483 , 0.17647752]),\n",
" 'person_437': array([0.4075487 , 0.26087815]),\n",
" 'person_438': array([0.38980779, 0.21562122]),\n",
" 'person_439': array([0.45817655, 0.22767182]),\n",
" 'person_440': array([0.40341276, 0.15172888]),\n",
" 'person_441': array([0.42957637, 0.19458716]),\n",
" 'person_442': array([0.36462805, 0.18945991]),\n",
" 'person_443': array([0.37511814, 0.25225154]),\n",
" 'person_444': array([0.41290578, 0.23394898]),\n",
" 'person_445': array([0.39014938, 0.15614605]),\n",
" 'person_446': array([0.38025647, 0.1538254 ]),\n",
" 'person_447': array([0.37428734, 0.175478 ]),\n",
" 'person_448': array([0.38893527, 0.25859529]),\n",
" 'person_449': array([0.45811349, 0.18116713]),\n",
" 'person_450': array([0.3849389 , 0.25498164]),\n",
" 'person_451': array([0.41013727, 0.25312248]),\n",
" 'person_452': array([0.43774307, 0.15838796]),\n",
" 'person_453': array([0.41728917, 0.24951345]),\n",
" 'person_454': array([0.40304121, 0.25303167]),\n",
" 'person_455': array([0.43870381, 0.19178054]),\n",
" 'person_456': array([0.35156491, 0.21016875]),\n",
" 'person_457': array([0.37258816, 0.18431494]),\n",
" 'person_458': array([0.37172842, 0.22328816]),\n",
" 'person_459': array([0.41339517, 0.25839838]),\n",
" 'person_460': array([0.36443403, 0.22693078]),\n",
" 'person_461': array([0.44825971, 0.23266722]),\n",
" 'person_462': array([0.43127424, 0.22172333]),\n",
" 'person_463': array([0.44668895, 0.18555817]),\n",
" 'person_464': array([0.44341537, 0.16237094]),\n",
" 'person_465': array([0.44295505, 0.23663825]),\n",
" 'person_466': array([0.34848532, 0.20338313]),\n",
" 'person_467': array([0.36867407, 0.19588327]),\n",
" 'person_468': array([0.35975692, 0.2079969 ]),\n",
" 'person_469': array([0.41948336, 0.17786424]),\n",
" 'person_470': array([0.43140286, 0.24324724]),\n",
" 'person_471': array([0.46062303, 0.20817636]),\n",
" 'person_472': array([0.42010874, 0.16858791]),\n",
" 'person_473': array([0.36795196, 0.20760065]),\n",
" 'person_474': array([0.44016275, 0.20560798]),\n",
" 'company_845': array([0.35210893, 0.22583176]),\n",
" 'person_475': array([0.40337527, 0.16843495]),\n",
" 'person_476': array([0.44966778, 0.22666702]),\n",
" 'person_477': array([0.45391095, 0.20628417]),\n",
" 'person_478': array([0.35620868, 0.18987025]),\n",
" 'person_479': array([0.37791184, 0.16088367]),\n",
" 'person_480': array([0.40481946, 0.23021244]),\n",
" 'person_481': array([0.38383639, 0.16930091]),\n",
" 'person_482': array([0.41660151, 0.15415165]),\n",
" 'person_483': array([0.36404973, 0.24373949]),\n",
" 'person_484': array([0.37557301, 0.2028679 ]),\n",
" 'person_485': array([0.38570672, 0.20529574]),\n",
" 'person_486': array([0.4281607 , 0.18399702]),\n",
" 'person_487': array([0.40761143, 0.16097142]),\n",
" 'person_488': array([0.41715351, 0.24184549]),\n",
" 'person_489': array([0.45819679, 0.2142646 ]),\n",
" 'person_490': array([0.44724008, 0.1925278 ]),\n",
" 'person_491': array([0.43911871, 0.21313173]),\n",
" 'person_492': array([0.44415152, 0.21632403]),\n",
" 'person_493': array([0.42634571, 0.25693104]),\n",
" 'person_494': array([0.3518241 , 0.19531693]),\n",
" 'person_495': array([0.37233517, 0.15788324]),\n",
" 'person_496': array([0.43417451, 0.17280313]),\n",
" 'person_497': array([0.37591419, 0.22956552]),\n",
" 'person_498': array([0.36246616, 0.18267053]),\n",
" 'person_499': array([0.3923378 , 0.18985257]),\n",
" 'person_500': array([-0.59277385, -0.9258728 ]),\n",
" 'company_33': array([-0.60637212, -0.94723308]),\n",
" 'company_1903': array([0.73459131, 0.59329832]),\n",
" 'company_34': array([0.72547996, 0.59961599]),\n",
" 'company_35': array([0.12099539, 0.68499517]),\n",
" 'person_501': array([-0.21041225, -0.93496042]),\n",
" 'company_36': array([-0.20198978, -0.90188956]),\n",
" 'person_502': array([-0.74105364, -0.2445958 ]),\n",
" 'company_37': array([-0.78236651, -0.25943914]),\n",
" 'person_503': array([-0.81705397, -0.27204236]),\n",
" 'person_504': array([-0.80727023, -0.26825547]),\n",
" 'company_38': array([ 0.03857515, -0.81962395]),\n",
" 'person_505': array([ 0.0781742 , -0.50889677]),\n",
" 'company_39': array([ 0.08542939, -0.54293036]),\n",
" 'person_506': array([0.84964973, 0.45300704]),\n",
" 'company_40': array([0.82003951, 0.43536586]),\n",
" 'person_507': array([-0.70342696, -0.37877026]),\n",
" 'company_41': array([-0.70214385, -0.36733562]),\n",
" 'person_508': array([-0.73423713, -0.38616475]),\n",
" 'person_509': array([-0.7143414 , -0.35624823]),\n",
" 'person_510': array([-0.72792757, -0.37323922]),\n",
" 'person_511': array([-0.72066134, -0.38507783]),\n",
" 'person_512': array([-0.69460064, -0.38339743]),\n",
" 'person_513': array([ 0.37466952, -0.25757602]),\n",
" 'company_42': array([ 0.34485242, -0.2603521 ]),\n",
" 'person_514': array([ 0.32203496, -0.27331692]),\n",
" 'person_515': array([ 0.32806486, -0.28172782]),\n",
" 'person_516': array([ 0.30176091, -0.28198719]),\n",
" 'company_43': array([ 0.29876676, -0.25028044]),\n",
" 'person_517': array([ 0.30757302, -0.27237582]),\n",
" 'person_518': array([ 0.31141269, -0.23098554]),\n",
" 'person_519': array([ 0.30252463, -0.23535763]),\n",
" 'person_520': array([0.05517333, 0.27127498]),\n",
" 'company_44': array([0.04680906, 0.25936341]),\n",
" 'person_521': array([0.04747488, 0.27557999]),\n",
" 'person_522': array([0.04995235, 0.27146944]),\n",
" 'person_523': array([0.03512469, 0.24862768]),\n",
" 'person_524': array([0.03040545, 0.25816375]),\n",
" 'person_525': array([0.0420857 , 0.27495894]),\n",
" 'person_526': array([0.06089814, 0.26720789]),\n",
" 'person_527': array([0.03159533, 0.26360154]),\n",
" 'person_528': array([0.05836022, 0.25054812]),\n",
" 'person_529': array([0.04753298, 0.24543227]),\n",
" 'person_530': array([0.03749603, 0.27249038]),\n",
" 'person_531': array([0.0405782 , 0.24626713]),\n",
" 'person_532': array([0.05769029, 0.26250264]),\n",
" 'person_533': array([0.05359032, 0.24789846]),\n",
" 'person_534': array([0.03392363, 0.26850545]),\n",
" 'person_535': array([0.05959525, 0.25611785]),\n",
" 'person_536': array([0.03086506, 0.25178018]),\n",
" 'person_537': array([ 0.23194273, -0.87178671]),\n",
" 'company_45': array([ 0.24280252, -0.87599659]),\n",
" 'person_538': array([ 0.23706232, -0.84709704]),\n",
" 'person_539': array([-0.1142306 , -0.91126353]),\n",
" 'company_46': array([-0.10953114, -0.87764883]),\n",
" 'company_47': array([0.11583935, 0.67904103]),\n",
" 'person_540': array([ 0.78104138, -0.65998101]),\n",
" 'company_48': array([ 0.76290965, -0.65351981]),\n",
" 'person_541': array([ 0.75118273, -0.65943998]),\n",
" 'person_542': array([ 0.76178396, -0.666188 ]),\n",
" 'person_543': array([0.31753176, 0.91695797]),\n",
" 'company_49': array([0.30738825, 0.91235828]),\n",
" 'company_50': array([ 0.30820301, -0.70383191]),\n",
" 'person_544': array([ 0.91583979, -0.01010715]),\n",
" 'company_51': array([ 0.94940013, -0.00987044]),\n",
" 'company_52': array([ 0.28425884, -0.68195945]),\n",
" 'person_545': array([ 0.65691799, -0.29309881]),\n",
" 'company_53': array([ 0.63752651, -0.27700272]),\n",
" 'person_546': array([ 0.6629594 , -0.26589403]),\n",
" 'person_547': array([ 0.63079703, -0.31050247]),\n",
" 'person_548': array([ 0.6413241 , -0.24907225]),\n",
" 'person_549': array([ 0.65697867, -0.31454825]),\n",
" 'person_550': array([ 0.67006248, -0.30000466]),\n",
" 'person_551': array([ 0.64845783, -0.25619203]),\n",
" 'person_552': array([ 0.60517424, -0.26017711]),\n",
" 'person_553': array([ 0.65595537, -0.25415796]),\n",
" 'person_554': array([ 0.66752845, -0.25549111]),\n",
" 'person_555': array([ 0.6752699 , -0.25837582]),\n",
" 'person_556': array([ 0.68158376, -0.28496677]),\n",
" 'person_557': array([ 0.64122558, -0.2606329 ]),\n",
" 'person_558': array([ 0.62799394, -0.28963915]),\n",
" 'person_559': array([ 0.65005124, -0.2454986 ]),\n",
" 'person_560': array([ 0.67658806, -0.28954902]),\n",
" 'person_561': array([ 0.63036364, -0.2638658 ]),\n",
" 'person_562': array([ 0.67084438, -0.26455864]),\n",
" 'person_563': array([ 0.6624136 , -0.30265588]),\n",
" 'person_564': array([ 0.61699426, -0.29537022]),\n",
" 'person_565': array([ 0.67864734, -0.29705137]),\n",
" 'person_566': array([ 0.66744614, -0.27557799]),\n",
" 'person_567': array([ 0.6555329 , -0.27419922]),\n",
" 'person_568': array([ 0.64487529, -0.29006341]),\n",
" 'person_569': array([ 0.67144704, -0.28174058]),\n",
" 'person_570': array([ 0.65581095, -0.30674067]),\n",
" 'person_571': array([ 0.6824218 , -0.27750349]),\n",
" 'person_572': array([ 0.62326175, -0.30718923]),\n",
" 'person_573': array([ 0.63870019, -0.30430079]),\n",
" 'person_574': array([ 0.66580844, -0.31157941]),\n",
" 'person_575': array([ 0.67242557, -0.30626875]),\n",
" 'person_576': array([ 0.66247743, -0.24904256]),\n",
" 'person_577': array([ 0.64868474, -0.31708983]),\n",
" 'person_578': array([ 0.61051935, -0.27079254]),\n",
" 'person_579': array([ 0.67520899, -0.27268276]),\n",
" 'person_580': array([ 0.64633143, -0.30986369]),\n",
" 'person_581': array([ 0.66912895, -0.2930043 ]),\n",
" 'person_582': array([ 0.68059897, -0.26753005]),\n",
" 'person_583': array([ 0.62376857, -0.25406221]),\n",
" 'person_584': array([ 0.62568736, -0.2992079 ]),\n",
" 'person_585': array([ 0.61615556, -0.28266093]),\n",
" 'person_586': array([ 0.63837087, -0.31520125]),\n",
" 'person_587': array([ 0.64770645, -0.29995048]),\n",
" 'person_588': array([ 0.66418725, -0.28657612]),\n",
" 'company_54': array([ 0.02908284, -0.82175499]),\n",
" 'person_589': array([-0.85296786, 0.45784444]),\n",
" 'company_55': array([-0.82673132, 0.44529951]),\n",
" 'company_56': array([ 0.3220101 , -0.24859716]),\n",
" 'person_590': array([ 0.34456408, -0.23551469]),\n",
" 'person_591': array([0.86036074, 0.28222594]),\n",
" 'company_57': array([0.89560455, 0.29085609]),\n",
" 'person_592': array([0.90633613, 0.28175071]),\n",
" 'person_593': array([0.91862214, 0.29953763]),\n",
" 'person_594': array([0.93185234, 0.30133742]),\n",
" 'person_595': array([0.07971173, 0.80693489]),\n",
" 'company_58': array([0.07510949, 0.7797364 ]),\n",
" 'person_596': array([0.08348119, 0.81484628]),\n",
" 'person_597': array([0.06575287, 0.73748881]),\n",
" 'person_598': array([-0.13639326, 0.84653085]),\n",
" 'company_59': array([-0.13484603, 0.81138092]),\n",
" 'person_599': array([-0.13818638, 0.83105183]),\n",
" 'person_600': array([-0.13168548, 0.77068758]),\n",
" 'person_601': array([-0.16449033, 0.90570658]),\n",
" 'company_60': array([-0.1622569 , 0.88225722]),\n",
" 'person_602': array([-0.16530171, 0.91891056]),\n",
" 'person_603': array([0.92195457, 0.12401067]),\n",
" 'company_61': array([0.92358601, 0.13731764]),\n",
" 'person_604': array([0.91562903, 0.14813225]),\n",
" 'person_605': array([0.94589484, 0.14055401]),\n",
" 'company_62': array([ 0.28264368, -0.61294073]),\n",
" 'person_606': array([-0.51661307, -0.81210947]),\n",
" 'company_63': array([-0.50371391, -0.81683111]),\n",
" 'person_607': array([-0.61272591, -0.71456945]),\n",
" 'company_64': array([-0.59449285, -0.70333266]),\n",
" 'person_608': array([-0.60245782, -0.7216416 ]),\n",
" 'person_609': array([-0.3866865 , 0.54121912]),\n",
" 'company_65': array([-0.36361757, 0.50176871]),\n",
" 'person_610': array([-0.34181905, 0.47201735]),\n",
" 'person_611': array([-0.39899102, 0.50548702]),\n",
" 'person_612': array([-0.3656745 , 0.53618652]),\n",
" 'person_613': array([-0.4025749 , 0.47876617]),\n",
" 'person_614': array([-0.40417588, 0.54378331]),\n",
" 'person_615': array([-0.3960931 , 0.48212314]),\n",
" 'person_616': array([-0.36383036, 0.55909079]),\n",
" 'person_617': array([-0.37843782, 0.54360098]),\n",
" 'person_618': array([-0.41482955, 0.48363444]),\n",
" 'person_619': array([-0.35522461, 0.46209118]),\n",
" 'person_620': array([-0.36430693, 0.55189711]),\n",
" 'person_621': array([-0.41955656, 0.49630791]),\n",
" 'person_622': array([-0.37637204, 0.49560514]),\n",
" 'person_623': array([-0.34497568, 0.51951039]),\n",
" 'person_624': array([-0.33939978, 0.53274244]),\n",
" 'person_625': array([-0.41338262, 0.50634015]),\n",
" 'person_626': array([-0.40189558, 0.52843457]),\n",
" 'person_627': array([-0.39180177, 0.52023375]),\n",
" 'person_628': array([-0.31765312, 0.48834682]),\n",
" 'person_629': array([-0.372379 , 0.54800403]),\n",
" 'person_630': array([-0.38457495, 0.465305 ]),\n",
" 'person_631': array([-0.34759814, 0.53452301]),\n",
" 'person_632': array([-0.40120766, 0.53578258]),\n",
" 'person_633': array([-0.34114605, 0.49345526]),\n",
" 'person_634': array([-0.39162847, 0.4687328 ]),\n",
" 'person_635': array([-0.33358574, 0.50052792]),\n",
" 'person_636': array([-0.33294028, 0.54158461]),\n",
" 'person_637': array([-0.41225937, 0.5184418 ]),\n",
" 'person_638': array([-0.40854511, 0.52425236]),\n",
" 'person_639': array([-0.40198019, 0.46643168]),\n",
" 'person_640': array([-0.41306478, 0.49665633]),\n",
" 'person_641': array([-0.33626622, 0.46636465]),\n",
" 'person_642': array([-0.31496885, 0.52019364]),\n",
" 'person_643': array([-0.35659251, 0.53449619]),\n",
" 'person_644': array([-0.35053921, 0.54270881]),\n",
" 'person_645': array([-0.40117323, 0.55107933]),\n",
" 'person_646': array([-0.3757678 , 0.48168612]),\n",
" 'person_647': array([-0.32150826, 0.51474553]),\n",
" 'person_648': array([-0.39034155, 0.48628962]),\n",
" 'person_649': array([-0.36563632, 0.47930193]),\n",
" 'person_650': array([-0.38065583, 0.51003909]),\n",
" 'person_651': array([-0.33875847, 0.48034123]),\n",
" 'person_652': array([-0.39609477, 0.46256384]),\n",
" 'person_653': array([-0.36764997, 0.46460885]),\n",
" 'person_654': array([-0.37201098, 0.55410707]),\n",
" 'person_655': array([-0.32519558, 0.53052813]),\n",
" 'person_656': array([-0.41442525, 0.53103548]),\n",
" 'person_657': array([-0.32686567, 0.47684389]),\n",
" 'person_658': array([-0.39793074, 0.47298411]),\n",
" 'person_659': array([-0.32341999, 0.49261349]),\n",
" 'person_660': array([-0.34579608, 0.46477389]),\n",
" 'person_661': array([-0.36814174, 0.52398914]),\n",
" 'person_662': array([-0.31863818, 0.50706118]),\n",
" 'person_663': array([-0.38578627, 0.55647582]),\n",
" 'person_664': array([-0.37137663, 0.56008518]),\n",
" 'person_665': array([-0.38279465, 0.4576517 ]),\n",
" 'person_666': array([-0.41917437, 0.51784116]),\n",
" 'person_667': array([-0.41109106, 0.4771519 ]),\n",
" 'person_668': array([-0.35220757, 0.50188637]),\n",
" 'person_669': array([-0.40143055, 0.5191012 ]),\n",
" 'person_670': array([-0.31360295, 0.51340008]),\n",
" 'person_671': array([-0.40824142, 0.50163019]),\n",
" 'person_672': array([-0.40684772, 0.47178861]),\n",
" 'person_673': array([-0.31570852, 0.49691185]),\n",
" 'person_674': array([-0.37949613, 0.55872309]),\n",
" 'person_675': array([-0.32337776, 0.48373088]),\n",
" 'person_676': array([-0.34896713, 0.45802858]),\n",
" 'person_677': array([-0.35576063, 0.52586359]),\n",
" 'person_678': array([-0.37642774, 0.46422049]),\n",
" 'person_679': array([-0.37997067, 0.54940259]),\n",
" 'person_680': array([-0.38093126, 0.52179414]),\n",
" 'person_681': array([-0.34512609, 0.55621195]),\n",
" 'person_682': array([-0.33169401, 0.51788408]),\n",
" 'person_683': array([-0.41673663, 0.52473783]),\n",
" 'person_684': array([-0.39977339, 0.51343697]),\n",
" 'person_685': array([-0.32509843, 0.53983808]),\n",
" 'person_686': array([-0.4085649 , 0.53827351]),\n",
" 'person_687': array([-0.39511076, 0.54586202]),\n",
" 'person_688': array([-0.31744796, 0.52611214]),\n",
" 'person_689': array([-0.39156133, 0.53473109]),\n",
" 'person_690': array([-0.3614668 , 0.45745534]),\n",
" 'person_691': array([-0.3898176 , 0.45914617]),\n",
" 'person_692': array([-0.39314416, 0.55335605]),\n",
" 'person_693': array([-0.34641251, 0.54900116]),\n",
" 'person_694': array([-0.38379595, 0.52930671]),\n",
" 'person_695': array([-0.3315658 , 0.52671188]),\n",
" 'person_696': array([-0.35666114, 0.47421369]),\n",
" 'person_697': array([-0.35677704, 0.55956769]),\n",
" 'person_698': array([-0.324076 , 0.52169621]),\n",
" 'person_699': array([-0.3904348 , 0.50908351]),\n",
" 'person_700': array([-0.35756633, 0.55189884]),\n",
" 'person_701': array([-0.33255747, 0.54801792]),\n",
" 'person_702': array([-0.36694521, 0.54373121]),\n",
" 'person_703': array([-0.31305042, 0.50451583]),\n",
" 'person_704': array([-0.33357054, 0.5101192 ]),\n",
" 'person_705': array([-0.34908327, 0.47358245]),\n",
" 'person_706': array([-0.40671927, 0.48400214]),\n",
" 'person_707': array([-0.37574211, 0.45579386]),\n",
" 'person_708': array([-0.41819423, 0.51135141]),\n",
" 'person_709': array([-0.33166271, 0.49203119]),\n",
" 'person_710': array([-0.36924329, 0.4577809 ]),\n",
" 'person_711': array([-0.38334072, 0.48985517]),\n",
" 'person_712': array([-0.33379477, 0.47466019]),\n",
" 'person_713': array([-0.39355388, 0.52673769]),\n",
" 'person_714': array([-0.33116809, 0.48392671]),\n",
" 'person_715': array([-0.38865703, 0.47680372]),\n",
" 'person_716': array([-0.35817987, 0.54381442]),\n",
" 'person_717': array([-0.38167745, 0.47315773]),\n",
" 'person_718': array([-0.38788182, 0.54964083]),\n",
" 'person_719': array([-0.37285116, 0.53114301]),\n",
" 'person_720': array([-0.35134482, 0.55410147]),\n",
" 'person_721': array([-0.40745929, 0.51074785]),\n",
" 'person_722': array([-0.33881909, 0.54961312]),\n",
" 'person_723': array([-0.40848666, 0.53229785]),\n",
" 'person_724': array([-0.36156163, 0.46845531]),\n",
" 'person_725': array([-0.37964672, 0.53681076]),\n",
" 'person_726': array([-0.3521046 , 0.51313174]),\n",
" 'person_727': array([-0.32349655, 0.50014853]),\n",
" 'person_728': array([-0.34182885, 0.50723195]),\n",
" 'person_729': array([-0.33960086, 0.52470899]),\n",
" 'person_730': array([-0.32616264, 0.50780821]),\n",
" 'person_731': array([-0.40327337, 0.49051988]),\n",
" 'person_732': array([-0.31946054, 0.5332405 ]),\n",
" 'person_733': array([-0.42006826, 0.50417507]),\n",
" 'person_734': array([-0.41393581, 0.48992458]),\n",
" 'person_735': array([-0.34178501, 0.54228854]),\n",
" 'person_736': array([-0.40217781, 0.49792102]),\n",
" 'person_737': array([-0.3317931 , 0.53524482]),\n",
" 'person_738': array([-0.37301499, 0.47273538]),\n",
" 'person_739': array([-0.39265776, 0.49601743]),\n",
" 'person_740': array([-0.34653988, 0.48592418]),\n",
" 'person_741': array([-0.39556891, 0.53945678]),\n",
" 'person_742': array([-0.35598746, 0.4841516 ]),\n",
" 'person_743': array([0.87209696, 0.30639172]),\n",
" 'company_66': array([0.89883834, 0.32141978]),\n",
" 'person_744': array([0.89351285, 0.33237156]),\n",
" 'person_745': array([0.31651887, 0.66914439]),\n",
" 'company_67': array([0.3257446, 0.6836378]),\n",
" 'person_746': array([0.34715885, 0.707982 ]),\n",
" 'person_747': array([0.34118217, 0.7134003 ]),\n",
" 'person_748': array([0.30574933, 0.6454162 ]),\n",
" 'person_749': array([0.33325514, 0.71497267]),\n",
" 'person_750': array([-0.00372807, 0.73170638]),\n",
" 'company_68': array([4.54644556e-04, 7.80857265e-01]),\n",
" 'person_751': array([-0.00388265, 0.81329817]),\n",
" 'person_752': array([0.0097886, 0.8101123]),\n",
" 'person_753': array([0.00425949, 0.81651282]),\n",
" 'company_70': array([ 0.29980871, -0.69373077]),\n",
" 'company_71': array([ 0.32750151, -0.69562155]),\n",
" 'company_72': array([ 0.31857941, -0.69610423]),\n",
" 'company_73': array([ 0.2885364 , -0.62755293]),\n",
" 'company_163': array([-0.54674244, -0.83015478]),\n",
" 'company_74': array([-0.52797377, -0.80334556]),\n",
" 'company_75': array([-0.14733453, -0.73577708]),\n",
" 'company_76': array([ 0.32541898, -0.67106247]),\n",
" 'company_80': array([0.68770343, 0.31996116]),\n",
" 'company_77': array([0.68218756, 0.33777472]),\n",
" 'person_754': array([0.69035429, 0.3559424 ]),\n",
" 'person_755': array([0.71286774, 0.36032134]),\n",
" 'person_756': array([0.66552877, 0.34192574]),\n",
" 'person_757': array([0.71337616, 0.35137954]),\n",
" 'person_758': array([0.70655304, 0.33676568]),\n",
" 'company_78': array([ 0.33488458, -0.67130208]),\n",
" 'person_759': array([-0.79451728, -0.51925284]),\n",
" 'company_79': array([-0.7749061 , -0.50559825]),\n",
" 'person_760': array([0.7068612 , 0.31264541]),\n",
" 'person_761': array([ 0.89590758, -0.27166176]),\n",
" 'company_81': array([ 0.91913521, -0.27762154]),\n",
" 'person_762': array([ 0.88191408, -0.11768923]),\n",
" 'company_82': array([ 0.88409591, -0.12875454]),\n",
" 'person_763': array([ 0.75653118, -0.61609399]),\n",
" 'company_83': array([ 0.7445817 , -0.61464059]),\n",
" 'company_84': array([0.04371433, 0.25680631]),\n",
" 'person_764': array([0.20910533, 0.7143811 ]),\n",
" 'company_85': array([0.20781709, 0.70205963]),\n",
" 'person_765': array([-0.06244666, 0.92246252]),\n",
" 'company_86': array([-0.06379367, 0.89021957]),\n",
" 'person_766': array([-0.06553224, 0.84942454]),\n",
" 'person_767': array([ 0.34501526, -0.3445237 ]),\n",
" 'company_87': array([ 0.31671801, -0.31850669]),\n",
" 'person_768': array([ 0.29499701, -0.31001022]),\n",
" 'person_769': array([ 0.34851032, -0.30415866]),\n",
" 'person_770': array([ 0.33692113, -0.33850551]),\n",
" 'person_771': array([ 0.33260912, -0.29866493]),\n",
" 'person_772': array([ 0.30774605, -0.33399028]),\n",
" 'person_773': array([ 0.33422875, -0.3580094 ]),\n",
" 'person_774': array([ 0.29939175, -0.35188952]),\n",
" 'person_775': array([ 0.32615072, -0.35718265]),\n",
" 'person_776': array([ 0.2875115 , -0.32489243]),\n",
" 'person_777': array([ 0.34300739, -0.32244605]),\n",
" 'person_778': array([ 0.29508689, -0.32147229]),\n",
" 'person_779': array([ 0.32815602, -0.3398506 ]),\n",
" 'person_780': array([ 0.35550004, -0.32821801]),\n",
" 'person_781': array([ 0.31706885, -0.34175515]),\n",
" 'person_782': array([ 0.29885826, -0.33737326]),\n",
" 'person_783': array([ 0.28980651, -0.33244795]),\n",
" 'person_784': array([ 0.35434473, -0.31455606]),\n",
" 'person_785': array([ 0.34278166, -0.33177772]),\n",
" 'person_786': array([ 0.29717287, -0.34573436]),\n",
" 'person_787': array([ 0.3460685 , -0.35224009]),\n",
" 'person_788': array([ 0.30896565, -0.34815815]),\n",
" 'person_789': array([ 0.3307268 , -0.32509816]),\n",
" 'person_790': array([ 0.30896938, -0.30670816]),\n",
" 'person_791': array([ 0.31827939, -0.36013141]),\n",
" 'person_792': array([ 0.35245338, -0.34234709]),\n",
" 'person_793': array([ 0.35238495, -0.32193604]),\n",
" 'person_794': array([ 0.30892119, -0.35659122]),\n",
" 'person_795': array([ 0.33217731, -0.31081298]),\n",
" 'person_796': array([ 0.28900343, -0.34060469]),\n",
" 'person_797': array([ 0.31922722, -0.35191718]),\n",
" 'person_798': array([ 0.34098998, -0.30196393]),\n",
" 'person_799': array([ 0.32327694, -0.30393237]),\n",
" 'person_800': array([ 0.3290447 , -0.34817627]),\n",
" 'person_801': array([ 0.33839488, -0.3515242 ]),\n",
" 'person_802': array([ 0.30358803, -0.3233135 ]),\n",
" 'person_803': array([ 0.35180345, -0.33498466]),\n",
" 'person_804': array([ 0.34364581, -0.31214663]),\n",
" 'person_805': array([-0.33490261, 0.94091052]),\n",
" 'company_88': array([-0.32449731, 0.93713093]),\n",
" 'person_806': array([-0.74739218, 0.13444334]),\n",
" 'company_89': array([-0.7171644 , 0.12649792]),\n",
" 'person_807': array([-0.68995053, 0.12595682]),\n",
" 'person_808': array([-0.74146587, 0.12114812]),\n",
" 'person_809': array([-0.71740562, 0.14111891]),\n",
" 'person_810': array([-0.75181192, 0.12522842]),\n",
" 'company_90': array([0.0473983 , 0.25596601]),\n",
" 'company_91': array([0.04348825, 0.26270431]),\n",
" 'person_811': array([0.04317451, 0.29845279]),\n",
" 'company_92': array([ 0.12810065, -0.48173082]),\n",
" 'person_812': array([ 0.13292316, -0.50340521]),\n",
" 'person_813': array([ 0.11464564, -0.49958941]),\n",
" 'person_814': array([ 0.14261502, -0.50079423]),\n",
" 'person_815': array([ 0.12381674, -0.50008047]),\n",
" 'person_816': array([ 0.84440643, -0.33791053]),\n",
" 'company_93': array([ 0.85843205, -0.33472812]),\n",
" 'person_817': array([ 0.85963207, -0.32173654]),\n",
" 'company_94': array([ 0.32354167, -0.6871652 ]),\n",
" 'company_95': array([ 0.29821587, -0.70115811]),\n",
" 'person_818': array([ 0.43434018, -0.80767518]),\n",
" 'company_96': array([ 0.44198409, -0.82659864]),\n",
" 'person_819': array([ 0.43058643, -0.8343811 ]),\n",
" 'person_820': array([ 0.45377585, -0.84119254]),\n",
" 'person_821': array([ 0.45814887, -0.8592211 ]),\n",
" 'person_822': array([ 0.5838787 , -0.53342068]),\n",
" 'company_97': array([ 0.55954748, -0.51247764]),\n",
" 'person_823': array([ 0.52991509, -0.48623124]),\n",
" 'person_824': array([-0.00128766, -0.66886115]),\n",
" 'company_98': array([-0.00345409, -0.6999703 ]),\n",
" 'person_825': array([ 0.00908746, -0.70366961]),\n",
" 'person_826': array([-0.00296119, -0.72972929]),\n",
" 'person_827': array([-0.01273154, -0.73023552]),\n",
" 'company_99': array([0.0437482 , 0.25671539]),\n",
" 'person_828': array([ 0.71812105, -0.01341575]),\n",
" 'company_100': array([ 0.74628627, -0.012477 ]),\n",
" 'company_101': array([ 0.2898103, -0.6892643]),\n",
" 'company_102': array([ 0.3329407 , -0.68573648]),\n",
" 'company_103': array([ 0.31697887, -0.6823684 ]),\n",
" 'company_104': array([ 0.31765631, -0.70369923]),\n",
" 'company_105': array([ 0.32372966, -0.65448493]),\n",
" 'company_106': array([ 0.33002514, -0.67894095]),\n",
" 'company_107': array([-0.15816711, -0.80716234]),\n",
" 'company_108': array([-0.15469636, -0.78985238]),\n",
" 'person_829': array([0.58518863, 0.53029549]),\n",
" 'company_109': array([0.58851147, 0.51731086]),\n",
" 'person_830': array([0.60231179, 0.51653248]),\n",
" 'person_831': array([-0.83023608, 0.18837039]),\n",
" 'company_110': array([-0.79970765, 0.18261692]),\n",
" 'person_832': array([-0.75047344, 0.1740799 ]),\n",
" 'person_833': array([-0.82597929, 0.19582444]),\n",
" 'person_834': array([-0.83849508, 0.18460344]),\n",
" 'person_835': array([-0.82964236, 0.18013996]),\n",
" 'person_836': array([-0.77001554, 0.17414036]),\n",
" 'person_837': array([-0.83129287, 0.17272225]),\n",
" 'person_838': array([-0.82572705, 0.20370243]),\n",
" 'person_839': array([-0.77658886, 0.18405917]),\n",
" 'person_840': array([-0.83531344, 0.19609429]),\n",
" 'person_841': array([-0.39780959, -0.68741232]),\n",
" 'company_111': array([-0.37469277, -0.66103411]),\n",
" 'person_842': array([-0.38902673, -0.68364 ]),\n",
" 'person_843': array([-0.39741868, -0.67866868]),\n",
" 'person_844': array([-0.38650751, -0.6912114 ]),\n",
" 'person_845': array([-0.39665788, -0.66324258]),\n",
" 'person_846': array([-0.40551353, -0.67366964]),\n",
" 'person_847': array([-0.37776378, -0.69792807]),\n",
" 'person_848': array([-0.37721109, -0.6861825 ]),\n",
" 'person_849': array([-0.3662118 , -0.68927139]),\n",
" 'person_850': array([-0.35108262, -0.62525022]),\n",
" 'person_851': array([-0.38599989, -0.6982885 ]),\n",
" 'person_852': array([-0.3692925 , -0.64405262]),\n",
" 'person_853': array([-0.35677004, -0.63830072]),\n",
" 'person_854': array([-0.3559714 , -0.61819321]),\n",
" 'person_855': array([-0.39613199, -0.69571918]),\n",
" 'person_856': array([-0.40514314, -0.68293875]),\n",
" 'person_857': array([-0.37028682, -0.69501692]),\n",
" 'person_858': array([0.00884062, 0.67091918]),\n",
" 'company_112': array([0.01073184, 0.69469851]),\n",
" 'person_859': array([ 0.78145403, -0.12372371]),\n",
" 'company_113': array([ 0.75039798, -0.12216124]),\n",
" 'person_860': array([ 0.71012086, -0.12046699]),\n",
" 'person_861': array([-0.9509427 , 0.06077622]),\n",
" 'company_114': array([-0.96681267, 0.06762943]),\n",
" 'person_862': array([-0.95818782, 0.07840208]),\n",
" 'person_863': array([-1. , 0.06918829])}"
]
},
"execution_count": 53,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import plotly.graph_objects as go\n",
"\n",
"import networkx as nx\n",
"\n",
"G = graph\n",
"pos = nx.fruchterman_reingold_layout(G)\n",
"pos"
]
},
{
"cell_type": "code",
"execution_count": 57,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>person_1</th>\n",
" <th>company_1</th>\n",
" <th>person_2</th>\n",
" <th>person_3</th>\n",
" <th>company_2</th>\n",
" <th>person_4</th>\n",
" <th>person_5</th>\n",
" <th>person_6</th>\n",
" <th>person_7</th>\n",
" <th>person_8</th>\n",
" <th>...</th>\n",
" <th>person_857</th>\n",
" <th>person_858</th>\n",
" <th>company_112</th>\n",
" <th>person_859</th>\n",
" <th>company_113</th>\n",
" <th>person_860</th>\n",
" <th>person_861</th>\n",
" <th>company_114</th>\n",
" <th>person_862</th>\n",
" <th>person_863</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>-0.946456</td>\n",
" <td>-0.948138</td>\n",
" <td>-0.975260</td>\n",
" <td>0.541345</td>\n",
" <td>0.516049</td>\n",
" <td>0.503781</td>\n",
" <td>0.528521</td>\n",
" <td>0.529691</td>\n",
" <td>0.499688</td>\n",
" <td>0.536370</td>\n",
" <td>...</td>\n",
" <td>-0.370287</td>\n",
" <td>0.008841</td>\n",
" <td>0.010732</td>\n",
" <td>0.781454</td>\n",
" <td>0.750398</td>\n",
" <td>0.710121</td>\n",
" <td>-0.950943</td>\n",
" <td>-0.966813</td>\n",
" <td>-0.958188</td>\n",
" <td>-1.000000</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>-0.095317</td>\n",
" <td>-0.083899</td>\n",
" <td>-0.087102</td>\n",
" <td>0.645035</td>\n",
" <td>0.622297</td>\n",
" <td>0.629731</td>\n",
" <td>0.653851</td>\n",
" <td>0.617658</td>\n",
" <td>0.600131</td>\n",
" <td>0.651519</td>\n",
" <td>...</td>\n",
" <td>-0.695017</td>\n",
" <td>0.670919</td>\n",
" <td>0.694699</td>\n",
" <td>-0.123724</td>\n",
" <td>-0.122161</td>\n",
" <td>-0.120467</td>\n",
" <td>0.060776</td>\n",
" <td>0.067629</td>\n",
" <td>0.078402</td>\n",
" <td>0.069188</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>2 rows × 980 columns</p>\n",
"</div>"
],
"text/plain": [
" person_1 company_1 person_2 person_3 company_2 person_4 person_5 \\\n",
"0 -0.946456 -0.948138 -0.975260 0.541345 0.516049 0.503781 0.528521 \n",
"1 -0.095317 -0.083899 -0.087102 0.645035 0.622297 0.629731 0.653851 \n",
"\n",
" person_6 person_7 person_8 ... person_857 person_858 company_112 \\\n",
"0 0.529691 0.499688 0.536370 ... -0.370287 0.008841 0.010732 \n",
"1 0.617658 0.600131 0.651519 ... -0.695017 0.670919 0.694699 \n",
"\n",
" person_859 company_113 person_860 person_861 company_114 person_862 \\\n",
"0 0.781454 0.750398 0.710121 -0.950943 -0.966813 -0.958188 \n",
"1 -0.123724 -0.122161 -0.120467 0.060776 0.067629 0.078402 \n",
"\n",
" person_863 \n",
"0 -1.000000 \n",
"1 0.069188 \n",
"\n",
"[2 rows x 980 columns]"
]
},
"execution_count": 57,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"nodes = pd.DataFrame(pos)\n",
"nodes"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"Xv = [pos[k][0] for k in range(N)]\n",
"Yv = [pos[k][1] for k in range(N)]\n",
"Xed = []\n",
"Yed = []\n",
"for edge in E:\n",
" Xed += [pos[edge[0]][0], pos[edge[1]][0], None]\n",
" Yed += [pos[edge[0]][1], pos[edge[1]][1], None]\n",
"\n",
"trace3 = Scatter(\n",
" x=Xed,\n",
" y=Yed,\n",
" mode=\"lines\",\n",
" line=dict(color=\"rgb(210,210,210)\", width=1),\n",
" hoverinfo=\"none\",\n",
")\n",
"trace4 = Scatter(\n",
" x=Xv,\n",
" y=Yv,\n",
" mode=\"markers\",\n",
" name=\"net\",\n",
" marker=dict(\n",
" symbol=\"circle-dot\",\n",
" size=5,\n",
" color=\"#6959CD\",\n",
" line=dict(color=\"rgb(50,50,50)\", width=0.5),\n",
" ),\n",
" text=labels,\n",
" hoverinfo=\"text\",\n",
")\n",
"\n",
"annot = (\n",
" \"This networkx.Graph has the Fruchterman-Reingold layout<br>Code:\"\n",
" + \"<a href='http://nbviewer.ipython.org/gist/empet/07ea33b2e4e0b84193bd'> [2]</a>\"\n",
")\n",
"\n",
"data1 = [trace3, trace4]\n",
"fig1 = Figure(data=data1, layout=layout)\n",
"fig1[\"layout\"][\"annotations\"][0][\"text\"] = annot\n",
"py.iplot(fig1, filename=\"Coautorship-network-nx\")"
]
},
{
"cell_type": "code",
"execution_count": 50,
"metadata": {},
"outputs": [
{
"ename": "KeyError",
"evalue": "'pos'",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mKeyError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32mc:\\Users\\trimr\\Projekte\\aki_prj23_transparenzregister\\src\\aki_prj23_transparenzregister\\utils\\networkx\\Dev.ipynb Cell 10\u001b[0m line \u001b[0;36m9\n\u001b[0;32m <a href='vscode-notebook-cell:/c%3A/Users/trimr/Projekte/aki_prj23_transparenzregister/src/aki_prj23_transparenzregister/utils/networkx/Dev.ipynb#X13sZmlsZQ%3D%3D?line=6'>7</a>\u001b[0m edge_y \u001b[39m=\u001b[39m []\n\u001b[0;32m <a href='vscode-notebook-cell:/c%3A/Users/trimr/Projekte/aki_prj23_transparenzregister/src/aki_prj23_transparenzregister/utils/networkx/Dev.ipynb#X13sZmlsZQ%3D%3D?line=7'>8</a>\u001b[0m \u001b[39mfor\u001b[39;00m edge \u001b[39min\u001b[39;00m G\u001b[39m.\u001b[39medges():\n\u001b[1;32m----> <a href='vscode-notebook-cell:/c%3A/Users/trimr/Projekte/aki_prj23_transparenzregister/src/aki_prj23_transparenzregister/utils/networkx/Dev.ipynb#X13sZmlsZQ%3D%3D?line=8'>9</a>\u001b[0m x0, y0 \u001b[39m=\u001b[39m G\u001b[39m.\u001b[39;49mnodes[edge[\u001b[39m0\u001b[39;49m]][\u001b[39m'\u001b[39;49m\u001b[39mpos\u001b[39;49m\u001b[39m'\u001b[39;49m]\n\u001b[0;32m <a href='vscode-notebook-cell:/c%3A/Users/trimr/Projekte/aki_prj23_transparenzregister/src/aki_prj23_transparenzregister/utils/networkx/Dev.ipynb#X13sZmlsZQ%3D%3D?line=9'>10</a>\u001b[0m x1, y1 \u001b[39m=\u001b[39m G\u001b[39m.\u001b[39mnodes[edge[\u001b[39m1\u001b[39m]][\u001b[39m'\u001b[39m\u001b[39mpos\u001b[39m\u001b[39m'\u001b[39m]\n\u001b[0;32m <a href='vscode-notebook-cell:/c%3A/Users/trimr/Projekte/aki_prj23_transparenzregister/src/aki_prj23_transparenzregister/utils/networkx/Dev.ipynb#X13sZmlsZQ%3D%3D?line=10'>11</a>\u001b[0m edge_x\u001b[39m.\u001b[39mappend(x0)\n",
"\u001b[1;31mKeyError\u001b[0m: 'pos'"
]
}
],
"source": [
"import plotly.graph_objects as go\n",
"\n",
"import networkx as nx\n",
"\n",
"G = graph\n",
"pos = nx.fruchterman_reingold_layout(G)\n",
"edge_x = []\n",
"edge_y = []\n",
"for edge in G.edges():\n",
" x0, y0 = G.nodes[edge[0]][\"pos\"]\n",
" x1, y1 = G.nodes[edge[1]][\"pos\"]\n",
" edge_x.append(x0)\n",
" edge_x.append(x1)\n",
" edge_x.append(None)\n",
" edge_y.append(y0)\n",
" edge_y.append(y1)\n",
" edge_y.append(None)\n",
"\n",
"edge_trace = go.Scatter(\n",
" x=edge_x,\n",
" y=edge_y,\n",
" line=dict(width=0.5, color=\"#888\"),\n",
" hoverinfo=\"none\",\n",
" mode=\"lines\",\n",
")\n",
"\n",
"node_x = []\n",
"node_y = []\n",
"for node in G.nodes():\n",
" x, y = G.nodes[node][\"pos\"]\n",
" node_x.append(x)\n",
" node_y.append(y)\n",
"\n",
"node_trace = go.Scatter(\n",
" x=node_x,\n",
" y=node_y,\n",
" mode=\"markers\",\n",
" hoverinfo=\"text\",\n",
" marker=dict(\n",
" showscale=True,\n",
" # colorscale options\n",
" #'Greys' | 'YlGnBu' | 'Greens' | 'YlOrRd' | 'Bluered' | 'RdBu' |\n",
" #'Reds' | 'Blues' | 'Picnic' | 'Rainbow' | 'Portland' | 'Jet' |\n",
" #'Hot' | 'Blackbody' | 'Earth' | 'Electric' | 'Viridis' |\n",
" colorscale=\"YlGnBu\",\n",
" reversescale=True,\n",
" color=[],\n",
" size=10,\n",
" colorbar=dict(\n",
" thickness=15, title=\"Node Connections\", xanchor=\"left\", titleside=\"right\"\n",
" ),\n",
" line_width=2,\n",
" ),\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"node_adjacencies = []\n",
"node_text = []\n",
"for node, adjacencies in enumerate(G.adjacency()):\n",
" node_adjacencies.append(len(adjacencies[1]))\n",
" node_text.append(\"# of connections: \" + str(len(adjacencies[1])))\n",
"\n",
"node_trace.marker.color = node_adjacencies\n",
"node_trace.text = node_text"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"fig = go.Figure(\n",
" data=[edge_trace, node_trace],\n",
" layout=go.Layout(\n",
" title=\"<br>Network graph made with Python\",\n",
" titlefont_size=16,\n",
" showlegend=False,\n",
" hovermode=\"closest\",\n",
" margin=dict(b=20, l=5, r=5, t=40),\n",
" annotations=[\n",
" dict(\n",
" text=\"Python code: <a href='https://plotly.com/ipython-notebooks/network-graphs/'> https://plotly.com/ipython-notebooks/network-graphs/</a>\",\n",
" showarrow=False,\n",
" xref=\"paper\",\n",
" yref=\"paper\",\n",
" x=0.005,\n",
" y=-0.002,\n",
" )\n",
" ],\n",
" xaxis=dict(showgrid=False, zeroline=False, showticklabels=False),\n",
" yaxis=dict(showgrid=False, zeroline=False, showticklabels=False),\n",
" ),\n",
")\n",
"fig.show()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "aki-prj23-transparenzregister-jVJfu35g-py3.11",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}